This has to do with the headers delimiter. This can be changed in config/main.inc.php from "\r\n" to "\n" only. It depends on the server where RC runs which style is appropriate and I didn't find a way to choose the right delimiter automatically.
Regards, Thomas Ben Nelson wrote: > I downloaded and updated today (replaced index.php and all of the > program directory) and I'm seeing issues when sending to Gmail accounts. > Gmail can't decipher who the message is from because every piece of the > header from the 'Date' field down is listed in part of the message. > MIME encodings get displayed in the message body as well, meaning > attachments are displayed in the body as base64 encoded ascii. > > --Ben > > Chris Horry wrote: >> Thomas Bruederli wrote: >> >>>> Hi again, >>>> >>>> As usual, the latest release contained some nasty bugs. Sending mails >>>> using PHP's mail() function completely ignored the message headers. >> >> Confirmed fixed from my end. >> >> Chris >> >> >> -- >> Chris Horry KG4TSM "In theory there is no difference between >> [EMAIL PROTECTED] theory and practice. In practice there is." >> http://www.wibble.co.uk -- Yogi Berra >
