I have configured SMTP module and it works good with some modules only have problem with some module email notification.

I am getting "Unable to send e-mail. Contact the site administrator if the problem persists." error in some modules.

Error logs shows following error message :

"Error sending e-mail from logancom1@gmail.com to logancom1@gmail.com : SMTP Error: Data not accepted.
SMTP server error: Transaction failed: Duplicate header 'Message-ID'."

Comments

alexandrezia’s picture

Status: Active » Needs work
StatusFileSize
new403 bytes

I had the same issue, project_issues module is trying to set Message-Id header but smtp module is not using it.
I've made this patch to make smtp module use Message-Id header if existent, and fixed this issue.
Submmiting a patch.

alexandrezia’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, smtp-messageid-2040661-2.patch, failed testing.

alexandrezia’s picture

Status: Needs work » Needs review
StatusFileSize
new446 bytes

Re submiting the patch file,

JKey’s picture

#4: smtp-messageid-2040661-4.patch queued for re-testing.

sbassett’s picture

Will this patched be rolled into smtp?

ckt.orange’s picture

Having same problem with print,email and pdf module.
Once the SMTP module is installed. Others email function all give me this problem.

wundo’s picture

Title: Unable to send e-mail. Contact the site administrator if the problem persists. » Duplicated message-id header prevents e-mail from being sent
Priority: Critical » Normal
Issue summary: View changes
Status: Needs review » Fixed

Committed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.