in reply to Re: Cannot seem to override a "From" address using MIME::Lite
in thread Cannot seem to override a "From" address using MIME::Lite

Although I didn't provide the code for the new() method, it is definitely being set to a value. I have also verified this by printing $from on the command-line.

Is there somewhere else where the value might be defaulted? (ie. in the operating system?)

Where do you want *them* to go today?
  • Comment on Re^2: Cannot seem to override a "From" address using MIME::Lite

Replies are listed 'Best First'.
Re^3: Cannot seem to override a "From" address using MIME::Lite
by imp (Priest) on Nov 15, 2006 at 20:53 UTC
    MIME::Lite sends mails using the local sendmail executable by default, perhaps the implemenation you are using does not allow overriding the From address.

    Try sending the mail using SMTP, as documented here