Archived Forum Post

Index of archived forum posts

Question:

Alternative MAIL FROM for mailman.SendEmail ?

Dec 03 '12 at 09:09

How can I setup alternative MAIL FROM for mailman.SendEmail(...)


Answer

Call mailman.SendMime instead. To get the MIME for sending, call mailman.RenderToMime(emailObject).

See this Chilkat blog post for more information: http://www.cknotes.com/?p=40


Answer

how exactly should I call mailman.SendMime to setup alternative MAIL FROM ? Please provide the example.


Answer

The fromAddress argument of the SendMime method is the "MAIL FROM" address.