|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-29 04:31 UTC] diankov_ss at usa dot net
I'm using php 4.0.4 on Windows 2000 with IIS. The mail() function is working perfect, except the CC and BCC options. I tried the following: \nBCC: \r\nBCC: \nBcc: \r\nBcc: and the same with CC. No result. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 17:00:01 2025 UTC |
The following should work fine. Can you check it? mail ("Mail@domain.com", "Subject", "Body", "Cc:addr2@domain.com");