I needed to change the Mail From on the email.
Here's how I fixed that:
in show_survey.php around line 79:
$header = "From: NAME <user@domain.com>\r\n";
mail($email, t("Survey Result"), $email_body, $header);
I needed to change the Mail From on the email.
Here's how I fixed that:
in show_survey.php around line 79:
$header = "From: NAME <user@domain.com>\r\n";
mail($email, t("Survey Result"), $email_body, $header);
Well, I'm on a shared hosting solution...and that still didn't solve the problem.
If the mail isn't coming from the owner of the shared hosting account, it is never delivered.
Anyone else have a suggestion?
Ok guys.I also use wordpress for my sites.I did not solve this problem.I also want to salve it Plz....Thanks
You must log in to post.