Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2011 at 16:49 UTC
Updated:
25 Nov 2011 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedThis patch allows SMTP, HTML Mail, and Mail System to work together.
Comment #2
pillarsdotnet commentedCreated a documentation page illustrating the use-case that makes the above patch necessary.
Comment #3
pillarsdotnet commentedAlso, it would be lovely if the SMTP developers would contribute to the documentation here.
Comment #4
fabianx commentedReviewed and tested, but the middle part of the patch will conflict with #1330714: Character encoding conflict between Drupal and phpmailer., which when applied will solve this issue more elegant.
Why this patch works:
Content-Type can be setup like "text/plain; foo/bar", but it can also be "text/plain;foo/bar". The space is not a must and such should not be accounted for.
The patch also improves the error message by saying, which header could not be analyzed. This will help in debugging.
Please apply.
Comment #5
franzCould someone re-roll after the fix on #1330714: Character encoding conflict between Drupal and phpmailer. ?
Comment #6
fabianx commentedRe-rolled patch by omitting middle part, which was solved in #1330714: Character encoding conflict between Drupal and phpmailer..
=> Back to RTBC
Comment #7
franzThank you for patches and tests. Committed.