Bob Dodds wrote:

That doesn't help, so it must be the use of '=>' instead
of a comma in $transaction->header->add(). perldoc
Mail::Header says to use commas there.

The => is equivalent to a comma in that context. And it has nothing to do with whatever you're doing with at signs, either. The error message "can't call method add on undef" is saying that $transaction->header is undefined and thus doesn't have an add() method. Is the test message you're using invalid, or is there something weird about it?

--
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC

Reply via email to