send email with perl 587 and startssl

2011-07-22 Thread m...@smtp.fakessh.eu
hello folks when is it the easiest solution to email  587 startssl and authentication I arrived by writing this but the email sent does not contain the headers of the authentication ]$ cat emailsender1.pl #!/usr/bin/perl use Email::MIME; my $message = Email::MIME->create(                    

Re: send email with perl 587 and startssl

2011-07-22 Thread Fayland Lam
Hi, if you check the doc carefully, you'll find there is ssl option which may help. http://search.cpan.org/~rjbs/Email-Sender-0.110001/lib/Email/Sender/Transport/SMTP.pm Thanks On 2011/7/23 9:51, m...@s

Re: send email with perl 587 and startssl

2011-07-22 Thread m...@smtp.fakessh.eu
Le samedi 23 juillet 2011 03:59, Fayland Lam a écrit : > Hi, if you check the doc carefully, you'll find there is ssl option > which may help. > > http://search.cpan.org/~rjbs/Email-Sender-0.110001/lib/Email/Sender/Transpo >rt/SMTP.pm >