in reply to (crazyinsomniac) Re: Changing the 'From:' header with Mail::Mailer
in thread Changing the 'From:' header with Mail::Mailer
Still, if anyone can tell me a solution using Mail::Mailer, i'd really appreciate it, as using Mail::Sendmail will mean having to install it on N servers....my %mail = ( To => 'abowley@lave.london.excite.com', From => 'god@heaven.com', Message => "Test" ); sendmail(%mail) or die $Mail::Sendmail::error;
|
|---|