View Full Version : HTML E-mail Users in VB3
PeetaGTS
09-27-2004, 04:04 PM
We want to use the "Email Users" feature in the Admin CP to email our users to send out HTML e-mails to our users.
I have searched on this board and found the html hack but they are for an older verison of vbulletin.. Is there a newer HTML e-mail hack that works with Vbulletin 3?
Thanks for your help in advance.
hmm what this hack does ?
if you will give me link to the older version of the hack
so i can upgrade it for you
PeetaGTS
09-27-2004, 05:11 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=46710&highlight=e-mail+html" target="_blank">https://vborg.vbsupport.ru/showt...ht=e-mail+html</a>
read that and the fix at the bottom... that works with vb2 only..
i was looking for something that works with vb3
Noiz Pollution
09-27-2004, 06:34 PM
https://vborg.vbsupport.ru/showthread.php?t=46710&highlight=e-mail+html
read that and the fix at the bottom... that works with vb2 only..
i was looking for something that works with vb3
I'd really like to see this get released for vB3 as well, with an option in the UserCP where users can choose between HTML email and plain text. A great addition to it would be customised HTML email, to match whatever style the member is using, just by having the HTML for the message in the template system.
Cheers,
Robert
Bieddos
10-04-2004, 10:35 PM
We want to use the "Email Users" feature in the Admin CP to email our users to send out HTML e-mails to our users.
I have searched on this board and found the html hack but they are for an older verison of vbulletin.. Is there a newer HTML e-mail hack that works with Vbulletin 3?
Thanks for your help in advance.
me too.... there is a hack for this?
SupraT
10-04-2004, 10:44 PM
Can say it would be very sexay to have this hack....
Steve123
10-06-2004, 05:12 AM
I needed it today.. i done a quick edit in includes/functions.php
find: @header('Content-Type: text/main'
replace with @header('Content-Type: text/html'
Bieddos
10-06-2004, 07:10 PM
goodness i try.... :D
OsMoSiS.it
10-07-2004, 10:19 AM
includes/functions.php
Around line 1322
FIND
$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
REPLACE WITH
$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
pigsy
11-16-2004, 11:58 AM
Can anyone confirm whether or not this has unwanted side-effects. Or can anyone suggest a mailing list manager they've managed to integrate with vbulletin, perhaps through an outsourced mysql list function. I'd really like to be able to send out html and text version and track the bounce backs, delivery stats etc.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.