Re: [xmail] Problem using perl script to send mail to XMail

2009-08-24 Thread Jonathan Kelly
On Mon, Aug 24, 2009 at 1:35 PM, fred f...@fullmetalpacket.com wrote: Hey guys, I am having a small problem trying to send an email to XMail from a perl script, here is the code: #!/usr/bin/perl -w use Net::SMTP; $smtp = Net::SMTP-new('smtp.mydomain.com', Hello = '

Re: [xmail] Problem using perl script to send mail to XMail

2009-08-24 Thread Davide Libenzi
On Mon, 24 Aug 2009, fred wrote: Hey guys,   I am having a small problem trying to send an email to XMail from a perl script, here is the code:   #!/usr/bin/perl -w use Net::SMTP; $smtp = Net::SMTP-new('smtp.mydomain.com', Hello = 'myserver.mydomain.com', Timeout = 60);

Re: [xmail] Problem using perl script to send mail to XMail

2009-08-24 Thread fred
perl script to send mail to XMail On Mon, 24 Aug 2009, fred wrote: Hey guys,   I am having a small problem trying to send an email to XMail from a perl script, here is the code:   #!/usr/bin/perl -w use Net::SMTP; $smtp = Net::SMTP-new('smtp.mydomain.com', Hello