Question:
How can I setup alternative MAIL FROM for mailman.SendEmail(...)
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
how exactly should I call mailman.SendMime to setup alternative MAIL FROM ? Please provide the example.
The fromAddress argument of the SendMime method is the "MAIL FROM" address.