![]() |
Mail Subject become SPAM
I have code for mail subject:
PHP Code:
Mail delivery failed: returning message to sender. How can I prevent my email become not SPAM? When my subject is only this: $Mail->Subject = 'Preview'; it works, but I need my subject is PHP Code:
It's my first time to encounter this error. Thank you..any help is highly appreciated. |
Re: Mail Subject become SPAM
The title is parsed for certain flags that tell the parser to stop sending it. Your including a filename, and date in the title which red flags due to the filename being included. Make the titles descriptive like "Your invoice from <blank>" then use the mail content to add the file as an attachment.
|
| All times are GMT +5.5. The time now is 17:51. |