Ok I am have been having this issue for over a month and I cannot resolve it myself. My website http://www.cloudninelife.com is at a standstill because my emails are being sent out with blank bodies. They have a subject but that is all. When someone signs up for an account or requests a new password, they do not recieve any information, just a blank email. This has halted all business for my site because I cannot setup any kind of shopping cart if I have no email. I am willing to pay someone to figure this out and resolve it. It should not be too big of a job for some of you but I am desparate right about now. If interested email me at landon@cloudninelife.com. Please help me out. Thanks
By ladavis on
Comments
For a test, try installing
For a test, try installing the SMTP module e.g. http://drupal.org/project/smtp
If this issue persists then you should look to your mail server - check out the logs.
Pobster
he is getting blank email so
he is getting blank email so smtp module may not help. mail is relaying from mail server. problem is with mail body, may be need to check drupal coading and php settings
for mail server check up write below command in linux terminal and tell me output
echo " hi how are you" | mail -s "testing mail " your mail id.
you should get email with body content " hi how are you".