From: Mark Somerville Date: 2006-04-14T20:09:26+09:00 Subject: Re: Adding headers to a TMail object Bleh, ignore this. It is as simple as my_mail["my-header"] = "my-value" Duff code in my tests was hiding the real problem! Mark On Friday 14 April 2006 09:26, Mark Somerville wrote: > I get a header that is set on a TMail object using > > my_mail["my-header"] > > but I can't seem to figure out from the docs how to add headers. > > Can anyone show me an example of how to set the header "my-header" to > "my-value", please? > > Mark