mgroen2
9 years agoSuper Contributor
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", ...
- 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")