PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In this example, both Claire and Miranda get the cc message but not Steve. The email that I receive a CC copy of shows that Steve was added to the CC list but it never went to his mailbox.
Is there something I have to do to to make it allow multiple cc's from the same domain?
In this example, both Claire and Miranda get the cc message but not Steve. The email that I receive a CC copy of shows that Steve was added to the CC list but it never went to his mailbox.
Is there something I have to do to to make it allow multiple cc's from the same domain?
Thanks for any help.
Claire
No, there's no limit. Something else is wrong. Is it only the last address in the list that doesn't work? I'd try putting a space before the "\r\n" following the last address (although I wouldn't have thought that should cause a problem). If that's not it, check the spelling, check that "steve" is getting other email.
In this example, both Claire and Miranda get the cc message but not Steve. The email that I receive a CC copy of shows that Steve was added to the CC list but it never went to his mailbox.
Is there something I have to do to to make it allow multiple cc's from the same domain?
Thanks for any help.
Claire
No, there's no limit. Something else is wrong. Is it only the last address in the list that doesn't work? I'd try putting a space before the "\r\n" following the last address (although I wouldn't have thought that should cause a problem). If that's not it, check the spelling, check that "steve" is getting other email.
Thanks Califdon, but I've checked the spelling and that they are getting other mail. Checked their spam folders. I've also checked it by varying the addresses that are from the same domain, with the same results.
I read about this being an issue when I was researching how to do multiple recipients, but can't find that post. Any other ideas?