The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Send HTML Email to Users Details »» | |||||||||||||||||||||||||
/*================================================= =====================*\
|| Send HTML Email to Users || || ================================================== ===== || Brought to you by: || VisionScripts || Premium PHP & vBulletin Solutions! || ================================================== ===== || || Author : Psionic Vision || Works on : vBulletin 3.5 || Released : Jul 01, 2006 || || Time required to install: 1 minute || Difficulty: easy \*================================================ ======================*/ DESCRIPTION Gives admin an ability to send HTML e-mail to users via AdminCP. STATISTICS File Changes: 2 Template Changes: 1 Products to Install: 1 FEATURES
VERSION HISTORY 1.0.0 Initial Release The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Show Your Support
|
Comments |
#22
|
|||
|
|||
I checked this on yahoo, optonline, hotmail and google, it's working for me...
|
#23
|
||||
|
||||
Update: Yahoo is working Fine!!
Stupid of me > Did not realise that options needed to be edited. I chose yes for HTML emails and so finally am seeing HTML based email at yahoo. My header isn't showing lol. Here's the creepy part.. My IP address is being given away and I have the following on the left hand side appearing. Quote:
|
#24
|
|||
|
|||
I believe those are normal. Configure yahoo not to show headers by default..
|
#25
|
||||
|
||||
Awesome!! Yahoo is sorted then , I don't seem to understand why hotmail isn't working. I'm definately certain that hotmail was accessible, I could send emails but now it's not possible. I asked one of my sup mods as well and he didn't get anything at all.
Is there a way to configure the header of my HTML? Yahoo shows the header pointing at http://mail.yahoo.com/config/login?/index.php and I don't see any image there . On a site note some time ago this is EXACTLY How I had imagined HTML emails when I made an attempt to manually send one lol. Anyways putting hotmail aside this is a very useful and great mod . Only the issue with hotmail is left along with the header and i'm ready to start sending emails . [I appreciate the on-going support Anthony ] |
#26
|
|||
|
|||
Hey there.
I was wondering if there is way to force users already registered to receive html emails without them checking the box in their options ? |
#27
|
|||
|
|||
Quote:
|
#28
|
||||
|
||||
^^ Exremely USEFUL!! I ran the query successfully .
Any luck with why hotmail users are not getting any emails from my site? |
#29
|
||||
|
||||
Nice hack.
* installs Edit: Psionic, do you by chance have a screenshot of a typical email when using this hack? My test email doesn't look that html..ish and my header image is messed up. It's attempting to call it from the images dir. without my site url. (http://images/misc/blabla.gif) Edit: Hmm, appears it's something with Gmail. They're not taking too kindly to the CSS or something -- all my other accounts work fine: Comcast, Hotmail, Yahoo, etc. |
#30
|
|||
|
|||
Yes, the GMAIL does not correctly work with HTML e-mails.
|
#31
|
|||
|
|||
I've been using my own version of this for awhile now and noticed that not many Email Providers accept any CSS. Your best bet is to use the style="" attribute. The template I've been using to send emails that are formated nicely is the following.
HTML Code:
<br /> <table border="0" width="80%" cellpadding="0" cellspacing="0" align="center" style="border: 1px solid #334676;"> <tr> <td> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td><img src="http://www.vbhackers.com/forum/images/misc/vbulletin_hackers_logo.gif"></td> </tr> <tr> <td valign="top" style="background: #405384;"> </td> </tr> </table> <table border="0" width="100%" cellpadding="1" cellspacing="6" align="center"> <tr> <td class="alt2"> <div style="font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;"><strong>New Title</strong></div> <br /> <div style="font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;"> Some Text Here </div> </td> </tr> </table> </td> </tr> </table> <br /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|