2009/6/22 Dennis G. Wicks <dgwi...@gmail.com>: > Greetings; > > I can't seem to find the problem with the Email::Send portion of this > program. It may be that I am getting an error from the smtp server but I > haven't been able to adapt an error routine that works with Mail::Sender to > work with Email::Send. >
I have seen these info on the module's page: Email::Send is going away... well, not really going away, but it's being officially marked "out of favor." It has API design problems that make it hard to usefully extend and rather than try to deprecate features and slowly ease in a new interface, we've released Email::Sender which fixes these problems and others. As of today, 2008-12-19, Email::Sender is young, but it's fairly well-tested. Please consider using it instead for any new work. So, you may consider to use Email::Sender instead. For testing of this module, you could take a look at: http://search.cpan.org/~rjbs/Email-Send-2.197/lib/Email/Send/Test.pm -- In this magical land, everywhere is in full bloom with flowers of evil. - Jeff Pang (CN) -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/