Hi, I have a website that has customer interactions in a high level and email is the most priority as a communication mode.

The problem I have that email is not sending out to the proposed recipient. It starts with like getting delayed in sending the email. But later the email could not send even. The drupal log shows as the email has been sent.

There might be some problem in mail server setup but another site with a different domain is working fine in the same server. Both of the site share a same mail server. moreover When I tried to write a custom php with mail(). The mail goes instantly. what is wrong with drupal_mail()

Comments

jdjeet’s picture

Status: Active » Closed (works as designed)

After number of R&D on Drupal mails and custom php mail check ups, I saw that the server didn't allow the own site link to be in the mail body. when the own site link is added in the mail body, the mail didn't send. I have been fed up with the mail behavior. Relaxed at last.