Here's a nice little pluggin (No Code changes!) my programmer (Bryan Harris) came up with that sets the email type as HTML if the body of an email contains any HTML.
This is just a copy of the original 3.6 mod (144 installs!) - it works fine under 3.7 too!
This is very powerful and flexible, but also a bit dangerous. This means that any email your system sends out that contains any HTML will be sent as HTML. Which means that the whole email should be formatted as HTML.
So for instance, it makes it very easy to send HTML emails from the ACP - Just include HTML in your message! Same goes for users sending private email.
You'll also need to update some of the stock phrases for the registration confirmation email, password change, etc, that contain links or other HTML, and add line breaks <br /> so they still format correctly. And while you're in there you could add your logo and other nice touches!
It's just one pluggin!
Install time: a few seconds!
This is my first published mod so go easy on me. I'm not up for a bunch of support, but it doesn't seem like much should be needed.
And I'd appreciate it if you clicked Install if you use it, and while your at it, nominate it for MOTM!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
How do I get the pics to show in the emails?
I created the a html page in frontpage and tried to copy the html code into email part and it sent with out pics.
How do I get the pics to show in the emails?
I created the a html page in frontpage and tried to copy the html code into email part and it sent with out pics.
If your HTML uses <IMG> tags with href links to URLs that contains the image it seems like it should work. Take a look at your HTML to see how the images are displayed.
How do I get the pics to show in the emails?
I created the a html page in frontpage and tried to copy the html code into email part and it sent with out pics.
After doing some testing, this mod works great for basic HTML.
I would like to send out affiliate banners at the top of the subscription emails. My forum is sending out several hundred (if not thousands) of subscription notifications daily. So why can't a banner be inserted at the top of the emails? But the modification has to support objects, frames or javascript.
This is a fine modification for basic HTML. But is there anyway to edit it so that other types of html can be supported?
After doing some testing, this mod works great for basic HTML.
I would like to send out affiliate banners at the top of the subscription emails. My forum is sending out several hundred (if not thousands) of subscription notifications daily. So why can't a banner be inserted at the top of the emails? But the modification has to support objects, frames or javascript.
This is a fine modification for basic HTML. But is there anyway to edit it so that other types of html can be supported?
The mod uses a function that looks for HTML tags. if you padded your banner code with a simple <b></b> the mod would know to send it out as HTML.