View Full Version : Send HTML Email to Users
IceBurn3000
09-11-2005, 05:54 AM
I don't know if this is possible with the standalone vBulletin 3.5.0, or if there is a hack/plugin already, I did a quick search but found nothing.
Is there a way to send a HTML email from AdminCP --> Users --> Send Email to Users ? Like a mailing list?
If there is a hack/plugin/product that does this, could someone point me in the right direction, otherwise, is there someone who could make a hack/plugin/product to do this??
Thanks,
IceBurn3000
09-16-2005, 03:50 AM
*bump*
Andreas
09-16-2005, 04:40 AM
You could use Hook send_mail to change Content-Type to text/html for this action and just use the existing controls.
IceBurn3000
09-16-2005, 11:24 AM
You could use Hook send_mail to change Content-Type to text/html for this action and just use the existing controls.I could, if I knew how to code ;)
Clayton
09-27-2005, 08:43 AM
Hi there
is there any chance of seeing the code for this, please?
Would go a long way ;)
Thanks
C
tokenyank
10-01-2005, 10:05 PM
You could use Hook send_mail to change Content-Type to text/html for this action and just use the existing controls.
This does work... the downside is that all the rest of the emails generated by your vB install like your subscription notifications or your pm alerts are parsed in plain text with no formating.
Leaving you to deal with ugly emails with non-clickable links, or you have to edit each and everyone of the mail templates to add your own markup.
If IPB had one distinct advantage over vB, it was the ability to send HTML emails as standard!
I hope this mod/hack gets done soon! :D
Andreas
10-01-2005, 10:35 PM
Well, you could just change the content-type when needed by setting some kind of flag.
Btw: IMHO HTML emails are evil and should be forbidden ;)
They are also more subject to be classified as spam, you might want to take this into account.
Cornolio
10-02-2005, 10:26 AM
You could use Hook send_mail to change Content-Type to text/html for this action and just use the existing controls.
exactly what do we have to modify to send html email?
tnx :)
hitmanuk2k
10-12-2005, 08:14 AM
Bump...
I want HTML email too. There is a hack for 3.00 but I'm guessing it won't work in 3.5 unless someone updates it?
jribz
10-18-2005, 10:21 PM
Bump...
I want HTML email too. There is a hack for 3.00 but I'm guessing it won't work in 3.5 unless someone updates it?Yeah the 3.0 hack was great. Can somebody contact the author and get permission to port it to 3.5 if possible? I know there are similar addons like commbull but that's too robust in regards to vbulletin, I generally send out a newsletter which has special formatting and images, so just the ability to either use html or not would be good to have back on 3.5.
Here (https://vborg.vbsupport.ru/showthread.php?t=72105&highlight=html+email) is the hack for 3.03 by Dean C.
RS_Jelle
10-24-2005, 06:03 PM
I've send him a pm, but he doesn't react on it :ermm:
I also need this option very much
tokenyank
11-01-2005, 05:38 PM
Just in a vain attempt to have this actually done for of us who are evil and prefer to send HTML emails to our users as newsletters... ..
I *REALLY* don't want to have to install a 3rd party script just to send HTML newsletters to my forum users... Especially when the functions is there to send mail from vB, just not HTML...
Please? Pretty please? With sugar on top even!
EDIT:
I've just figured out how to do it so no 3rd party script needed... Though a plugin would be nice for this so I do not have to edit files everytime I want to send a newsletter...
fingers crossed
EDIT2:
Tired of waiting... Here is a hack to allow HTML emails to be sent:
https://vborg.vbsupport.ru/showthread.php?t=99910
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.