|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-02 17:07 UTC] glen at starrett dot nosolicit dot name
[2002-05-24 20:24 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
The mail() function does not seem to work I am using PHP 4.1.0 under apache. This type of script not function: <?php mail("pippo@nospreadmymail.com", "PHP Mail test", "Line 1\nLine 2\nLine 3"); ?> but if i change in this <?php mail("pippo@nospreadmymail.com", "PHP Mail test", "Line 1\r\nLine 2\r\nLine 3"); ?> No problem append.. In php 4.0.6 no problem! This problem is tested only on Windows Platform