I'm using a mail function and trying to set the "From: " header to a .dk domain name.
Example:
Code: Select all
$headers = "From: No Reply<noreply@mydomain.dk>\r\n";Now, if I use this little diddy here:
Code: Select all
$headers = "From: No Reply<noreply@mydomain.dk.com>\r\n";Is there a parameter I can set to remedy this? It's really pretty strange.