in reply to Getting Error "Unknown send method" when sending mail using MIME::Lite??
On Win32 systems the default setting is equivalent to:If you're on Windows, is your libnet.cfg correctly configured? If not, there's your problem.The assumption is that on Win32 your site/lib/Net/libnet.cfg file will be preconfigured to use the appropriate SMTP server. See below for configuring for authentication.MIME::Lite->send("smtp");
If you're not on Windows, 'smtp' is not the right option for MIME::Lite->send
|
|---|