Forum Discussion

mgroen2's avatar
mgroen2
Super Contributor
9 years ago
Solved

Is this correct?

To send an email I used the SendMail function in the example described here:   I used following code:   Sub Email() If SendMail("m.groen@BLABLA.COM", "smtp-mail.outlook.com", "testrunner", ...
  • AlexKaras's avatar
    9 years ago

    Hi,

     

    Just a guess: what if you change slashes in the file path to backslashes ?

    (I.e. "C:/a/File1.txt" ==> "C:\a\File1.txt")

  • mgroen2's avatar
    mgroen2
    9 years ago

    AlexKaras Good guess! :) Thanks

     

    I'll ask support if they could correct the help file.