in reply to connection not established. error in Mail::Sender
You need to test return values to see what is happening at each stage of your program. For instance, what return value is $Msg->Close() generating? If it's 0, it means that something failed in the creation of the message and no attempt to connect to the server was even made.
That info is here: Close and send your message
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: connection not established. error in Mail::Sender
by ungalnanban (Pilgrim) on Apr 10, 2013 at 03:04 UTC | |
by Jenda (Abbot) on Apr 16, 2013 at 08:26 UTC |