Hi Ricardo,
the following code snipped dies every time:
$SIG{CHLD} = "IGNORE";
MIME::Lite->new(%email)->send('sendmail', '/usr/sbin/sendmail -t -oi')
or die "foo";
I think "close SENDMAIL" in send_by_sendmail() is the reason. If I
comment it out then it works fine.
Could you work around a solution please?
Cheers,
Jonny