Jason Vincent wrote:
> Hello,
>
> I am sending html formatted email using MIME::Lite. I am
> looking for a way of providing backup smtp mail servers to the send
> function in case the specified smtp server is not available. However,
> if the smtp server supplied is not valid or not avail
Title: Catching error from MIME::Lite
Hello,
I am sending html formatted email using MIME::Lite. I am looking for a way of providing backup smtp mail servers to the send function in case the specified smtp server is not available. However, if the smtp server supplied is not valid
bill luebkert wrote:
You can add more instances of the line above through your code and
see where any large delays are. Or you could check out profiling
your code with -D:Dprof switch and run .../perl/bin/dprofpp.bat to
see results.
I've run the Profiling using: perl -d:Dprof myprog.pl and