in reply to Re: Error message not showing up from Net::SMTP
in thread Error message not showing up from Net::SMTP
Why didn't the precise error message "Need MIME::Base64 and Authen::SASL todo auth" get to the end-user? Or what exactly should the user have done differently in the user-code to have gotten that precise, informative error message?$self->set_status(500, ["Need MIME::Base64 and Authen::SASL todo auth" +]), return 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Error message not showing up from Net::SMTP
by menolly (Hermit) on Sep 05, 2007 at 17:53 UTC | |
by sg (Pilgrim) on Sep 05, 2007 at 20:12 UTC | |
|
Re^3: Error message not showing up from Net::SMTP
by ikegami (Patriarch) on Sep 05, 2007 at 18:02 UTC |