The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I've seen this subject on here a couple of times, but I haven't found anyone answering it.
Does anyone know what I need to add to an email message to send it in HTML? Thanks, Josh |
#2
|
|||
|
|||
interesting... it might take making a semi-small template that can be coded in along with the email function...
|
#3
|
||||
|
||||
Before I hack HTML e-mail into my boards for our community update and news update scripts, is this feature (for all vBulletin mailings) in Version 2.0.4? Anybody from Jelsoft?
Ethan |
#4
|
||||
|
||||
you can just edit the email templates with html that are already included in 2.0.3.
|
#5
|
||||
|
||||
Quote:
Didn't want to do too much work if its in 2.0.4 (not 3) Ethan |
#6
|
||||
|
||||
Actually, it is quite a bit more than just changing a template. You have to hack the code to send a Content type header for HTML:
$headers .= "Content-Type: text/html; charset=iso-8859-1\n"; // Mime type So it'll take some hacking. Which of course I'll do Ethan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|