in reply to sendmail issue

Use a different mail server:
%mail = ( To => 'to@domain.com', From => 'from@otherdomain.com', # ... Smtp => 'some.other.mail.server', );

--sacked

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.