Version: 1.00, by tokenyank
Developer Last Online: Nov 2012
Category: Add-On Releases -
Version: 3.6.7
Rating:
Released: 01-25-2007
Last Update: Never
Installs: 110
Code Changes
No support by the author.
Well, this was asked for by many people (me included ) without ever being done so things are never done for those who want but not prepared to do for themselves! Thus, a hack is borne!
This hack does what it says on the label. Having come from IPB to vB, I was surprised to see that a default "Send HTML email" from the adminCP was lacking as I used it in my IPB board for newsletters and such. This hack adds the ability to use the default email template that sends plaintext emails or, but toggling the radiobutton, will send HTML mime emails.
Unfortanatly, I am not familiar enough with vB's hooks/plugins so it is done with 2 file edits but I'm sure that it could be done with a plugin if someone ever feels the need...
Thick moment here but does this allow it to send a image so the image is seen when email opened. like u get in alienware email for example. if so just what i need
Thick moment here but does this allow it to send a image so the image is seen when email opened. like u get in alienware email for example. if so just what i need
You cas always add an img tag to your template. Placing the image file in your server. But viewers wont be able to see the image if they open the email offline.
You cas always add an img tag to your template. Placing the image file in your server. But viewers wont be able to see the image if they open the email offline.
Thick moment here but does this allow it to send a image so the image is seen when email opened. like u get in alienware email for example. if so just what i need
This works as if you are coding a HTML page that you'd have on your server but instead of using relative tags, you have to use absolutes...
Then you want an image, you'd do it just like a webpage:
<img src="http://www.domain.com/image.jpg">
Then, when the emails are opened *WITH* a HTML ready email client, you have a pretty email!
Quote:
Originally Posted by Distance
File edits
EEK
Hey, I was lucky enough to figure out how to do this as it was with almost 0 coding ability... You don't want to edit files, release a plugin and I'll install it too!
Quote:
Originally Posted by FleaBag
I was actually looking at your 3.5 hack yesterday! Thanks for the update.
No problem, but this isn't really an update as nothing has changed since release v1... Just added it here for those who limit their searching to 3.6 addon's!
I hope this isn't bad form, but when I saw that this mod required file edits , I posted a handy little pluggin that automatically sends out any message with HTML in the body text as an HTML email, including from the ACP! Check it out here.