hi there
i've been using the same trusty old class using mail() for years, but on this new server it appears the headers are getting ignored by the mail client and showing from: as being from the name of the shared server the script is now sitting on.
eg: from:<mymail@theserver.webfusion.co.uk>
the format i am using for my header is:
"From:myrecipient\nReply-To:mail@mymail.com\n"
any ideas guys?