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);
>
> $smtp->mail([email protected]');
>
> $smtp->to('[email protected]');
Either this:
'b...@blah'
or this:
"bl...@blah"
- Davide
_______________________________________________
xmail mailing list
[email protected]
http://xmailserver.org/mailman/listinfo/xmail