in reply to Re^2: Error upon "send()" with MIME::Lite (help please)
in thread Error upon "send()" with MIME::Lite (help please)
The MIME::Lite documentation for ->send specifically says:
... Or, for non-Unix users:MIME::Lite->send("smtp");
Your code looks nothing like the documentation. It seems to me you are not on a unixish system, so maybe it would be a solution to use what the documentation says?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Error upon "send()" with MIME::Lite (help please)
by palkia (Monk) on Sep 15, 2011 at 02:49 UTC | |
by Anonymous Monk on Sep 15, 2011 at 03:29 UTC |