Subject: | Document that From and To must be bare email addresses |
Please document that the "From" and "To" parameters must be a bare email
address [ johndoe@example.com ], not an RFC2822 email address [ "John Q.
Public" <john.q.public@example.com> (The EveryMan) ]. Otherwise, the
way that this PoCo sends From and To addresses to the SMTP server will
cause errors.
An alternative would be to use Email::Address internally to parse them
extract just the address part. This would allow easy use of email
addresses extracted from message headers.
-- David