|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-03 15:20 UTC] mfischer@php.net
[2002-06-03 15:26 UTC] n-roeser at gmx dot net
[2011-06-03 16:19 UTC] xushi dot xushi at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
When sending an email with the mail() function, PHP seems to append a newline to the mail body. I don't think this is correct. Example: mail("user@domain.example", "Subject", "Hello! Testing..."); -Nico