Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.1K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

SendMail - Without Authentication

Posted 11 years ago
POSTED BY: L J
Posted 11 years ago

I swapped to using the example outlined in my initial post on this question http://community.wolfram.com/groups/-/m/t/494598?p_p_auth=hlekduQ2

I found that changing my code to the below also provided the required effect.

SendMail[
 "To" -> "l.j@domain.com",
 "Subject" -> "Example Message",
 "Body" -> "My text",
 "From" -> "l.j@domain.com",
 "Server" -> "mailrelay.sub.domain.com",
 "UserName" -> "",
 "Password" -> "",
 "PortNumber" -> 25]
POSTED BY: L J
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard