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'."
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | smtp-messageid-2040661-4.patch | 446 bytes | alexandrezia |
| #1 | smtp-messageid-2040661-2.patch | 403 bytes | alexandrezia |
| error.jpg | 35.3 KB | loganphp |
Comments
Comment #1
alexandrezia commentedI 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.
Comment #2
alexandrezia commentedComment #4
alexandrezia commentedRe submiting the patch file,
Comment #5
JKey commented#4: smtp-messageid-2040661-4.patch queued for re-testing.
Comment #6
sbassett commentedWill this patched be rolled into smtp?
Comment #7
ckt.orange commentedHaving same problem with print,email and pdf module.
Once the SMTP module is installed. Others email function all give me this problem.
Comment #8
wundo commentedCommitted