-
Notifications
You must be signed in to change notification settings - Fork 7
Bugs in email APIs
2013-04-15: If an email contains multiple HTML parts and you are using the multipart or json HTTP POST formats, Cloudmailin will only include the first HTML part in its html parameter. Use the raw format to avoid data loss. Cloudmailin also removes a newline from the end of each attachment.
2013-04-15: Mailgun's stripped-text and stripped-html parameters do not return the same parts of the message. stripped-html sometimes incorrectly drops non-quoted, non-signature parts of the message; stripped-text doesn't.
2013-04-15: If an email contains multiple HTML parts, Mandrill will only include the first HTML part in its html parameter. We therefore parse its raw_msg parameter to set the HTML part correctly. Mandrill also adds a newline to the end of each message part.
2013-05-15: If an email contains multiple HTML parts, Postmark will only include the first HTML part in its HtmlBody parameter. You cannot avoid this loss of data. Postmark is therefore not recommended.