I use PHP mail() function to send emails from my website. No problems with addresses, headers etc... The function actually sends emails, but it seems that they can't reach some specific addresses.
Examples:
- mail from [email protected] to [email protected],[email protected] - received on x, not received on y
- mail from [email protected] to [email protected],[email protected] - received on x, not received on y
- mail from [email protected] to [email protected],[email protected] - received on x, not received on y
- mail from [email protected] to [email protected],[email protected] - received on x, not received on y
why is this happening?
mail()call or two? Does either domain1.com or domain2.com exist on the same server or hosting environment at your PHP script?