-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MailHog sending mail attachment problem #238
Comments
I'm pretty certain this is a Zend issue. The source is what has been received from Mailhog from your script. Can you try sending via another SMTP server to confirm? |
Hello, I have the same issue with multipart mail:
|
Got similar issue. When i send an email with attachment, the rendered html code is messed up.
then the rendered plain text on the email is like this:
However if i send the email without attachment,
It render the html successfully. The plain text start with the html tag:
FYI, Ive also tried using mailcatcher and gmail smtp server, sending using attachment is rendered successfully. |
Have this been fixed with the latest merged? |
Can confirm is not fixed in v1.0.1. |
I got similar issue with |
I think the issue here is parsing multi-level multipart emails. For example: email message header: and then parts are:
in this case mailhog will show the first part of the root-level multipart as plaintext, instead of flattening multiparts and showing the text/html + all the attaches on the MIME tab |
This is a message in Mime Format. If you see this, your mail reader does not support this format. |
Content-Disposition: inline This is a message in Mime Format. If you see this, your mail reader does not support this format. --=_8156be66f6aabb0c39983d55075af081 PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgU3RyaWN0Ly9F IlByb2R1Y3QgSWQiLCJQcm9kdWN0IFR5cGUiLCJQcm9kdWN0IE5hbWUiLFNrdSxRdHksUHJp I am using Magento 2.4.5p1 verstion. |
Hello, I am trying to send mail attachment in Magento 1 using Zend framework but MailHog gives me the following message:
'This is a message in Mime Format. If you see this, your mail reader does not support this format'.
Here is my Source in MailHog.
The text was updated successfully, but these errors were encountered: