hi, is there any difference in sending a message using the php "mail" function, and the AkMailer using delivery_method="php" ??????? If i use the mail function, the messages are received in a few seconds. If i use the AkMailer class, the messages are received late or even they aren't received..... Any idea? Thanks!
CommentAuthorbermi
AkMailer is just a wrapper for composing the messages.
If you investigate the output of $Mail->getRawHeadersAndBody() you might find what might be holding the email from being delivered.
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...)