Re: body_(re)write method in Transaction.pm

2011-01-29 Thread Ryszard
to follow up on this, to re-write the body of an email completely you can do this: $transaction->body_resetpos; truncate $transaction->body_fh(), 0; $transaction->body_rewrite( $newbody); On 29 December 2010 21:34, Ryszard wrote: > Maybe a waste of time for you, but worked wonders for me after

Re: body_(re)write method in Transaction.pm

2010-12-24 Thread qpsmtpdfrose . 20 . ftumsh
Ryszard - ryszar...@gmail.com wrote: Hi All, I'm having a bit of trouble rewriting and entire message body with the standard api calls. what i would like to do is add header text to the body of an email. Unfortunately, I can't remember how to do it, but it is possible. I used to do it in th