in reply to Re: Re: Mail::Sender returns malformed address
in thread Mail::Sender returns malformed address

Have you tried to escape the @ ? Like: myname\@somewhere.com I've noticed alot of scripts require the escaping if the address is in double quotes. It's worth a try.
  • Comment on Re: Re: Re: Mail::Sender returns malformed address