Subject: | Email::Sender::Transport::SMTP mutilates $from |
It you try to send an email where 'from' is of the format
q|First Last <first@domain.com>|
or
q|"First Last" <first@domain.com>|
Then it will be mutilated in to
q|"First Last <first"@domain.com>|
or
q|""First Last" <first"@domain.com>|
respectively.
this is happening in the _quoteaddr function, which is trying to work
around strange looking localparts?