Hi, i'm sending html messages with references to images using AkActionMailer. I am receiving the message ok in most mail clients (thunderbird, gmail, yahoo....), but i can't make it work in HOTMAIL. I am receiving an empty message....
i hope anyone has resolved this before.... Thanks in advance Delia
CommentAuthorbermi
Hi Delia,
we've been sending multipart emails with images and so far hotmail did not complained.
Can you post the raw message so we can try to help you with this issue?
CommentAuthordelia
hi bermi, i've just seen your response!! after doing a lot of tests, finally changing the delivery_method (from "php" to "smtp"), it does works... (dont ask me why...)....
now, i have problems with the delay in the reception of messages sent to some addressess (for example, gmail...)....
CommentAuthordelia
hi bermi, i keep on with this problem with hotmail..... I have a question...
is there a way to use the AkMailer to send "text/html" content, but that the class doesnt transform the content/type from
and keeping the references to images in the original way, like that: http://www.server.com/images/image.png
CommentAuthordelia
please, anyone could help with this?
CommentAuthordelia
finally i changed the value of the variable $_attach_html_images from true to false (in the AkMailBase class) and, the messages are arriving ok now ... (i dont know if there is another way to achieve this...)