in reply to Re^2: Sending a large mail with Mail::sendMail
in thread Sending a large mail with Mail::sendMail

The log looks okay to me.

There is the possibility that Sendmail is rejecting your mail due to a too large message body in size. You might want to check whether 'root' did receive some according bounces (see /var/mail/root, /var/spool/mail/root, etc.).

Can you verify that?

Replies are listed 'Best First'.
Re^4: Sending a large mail with Mail::sendMail
by derby (Abbot) on May 20, 2007 at 13:23 UTC

    I'd have to agree this is the problem. Can you do some logging to figure out what's the max size you can send successfully?

    -derby

    update: I would also suggest bcc'ing the large emails to an account you know doesn't have size limits (gmail, hotmail, a personal account).