|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-30 09:11 UTC] webmaster at domainsbuy dot com
[2001-01-12 13:46 UTC] cynic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 01:00:02 2025 UTC |
When using the mail() function, anything put into the body becomes malformed. Example: mail("test@whatever.com","test","testing\n1...\n2...\n3..."); ...results in the following email body... testingatever.com 1...@whatever.com 2...@whatever.com 3...@whatever.com The server it's sending to is an XMail server, but I don't think it's that. And frankly, I have no idea what's causing it...I get the same results on two different servers