Re: [PHP] mail() and Sender: field

2003-09-28 Thread Marek Kilimajer
Use a class that sends mail by conecting directly to smtp server. For example smtp_message.php in www.phpclasses.org/mimemessage Adam Whitehead wrote: Hi All I'm having a problem using the mail() function of PHP. It seems to vary between platforms (ie. this problem doesn't not occur on my Win32

Re: [PHP] mail() and Sender: field

2003-09-27 Thread Jason Wong
On Sunday 28 September 2003 14:26, Adam Whitehead wrote: > I'm having a problem using the mail() function of PHP. It seems to vary > between platforms (ie. this problem doesn't not occur on my Win32 > development platform, but does on my Linux production server). > > I'm sending mail using the ma