Changes for version 0.04
- added a new parameter for the send() method, smtp_body instead of smtp_data
- smtp_data is mutually exclusive with any parameter that may alter the message's header; this means that you either send a simple message assembled by POE::Component::Client::SMTP using smtp_body or you construct the entire message elsewhere and pass it to the smtp_data parameter
- added smtp_ehlo so that the user may control what PoCoClSMTP sends in response of server greeting
Modules
Sending emails using POE