bivaniszyn Posted March 24, 2004 Share Posted March 24, 2004 I have recently added the WYSIWIG html editor to both the newsletter and email modules in the admin panel. It would certainly be great to send HTML newsletters with graphics, links, etc. When I create the newsletter and preview it, all is well until it is sent. When it is sent, only the raw HTML tags and text are received and not the page in HTML format. In the OS admin panel configuration, I have tried both SMTP and sendmail and also turning on and off "send emails in MIME html format". Has anyone a solution to this scenario? Link to comment Share on other sites More sharing options...
OceanRanch Posted March 24, 2004 Share Posted March 24, 2004 Got mine working by changing the following code admin/includes/modules/newsletters/newsletter_subscribers.php Near bottom of file find: $mimemessage->add_text($this->contentb); and change it to: $mimemessage->add_html($this->contentb); HTH Tom Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2004 Share Posted March 25, 2004 I tried what OceanRanch suggested, but it didn't help. My site isn't sending HTML mail either, and I have no idea why... help, anyone? Link to comment Share on other sites More sharing options...
aceclimber Posted April 19, 2004 Share Posted April 19, 2004 Worked Perfectly for me thanks Link to comment Share on other sites More sharing options...
cdamianou Posted April 19, 2004 Share Posted April 19, 2004 I have the same problem, so decidecd to try sending via the email function. The way to do it, do not copy paste the code, copy the actual text and images, you will then see it will send teh way you designed it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.