vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Send HTML email via admincp (https://vborg.vbsupport.ru/showthread.php?t=72105)

BradM 04-11-2005 06:27 PM

I installed and tested, I am not receiving HTML emails at all. The emails just never arrive?

Marco van Herwaarden 04-11-2005 09:10 PM

Quote:

Originally Posted by BradM
I installed and tested, I am not receiving HTML emails at all. The emails just never arrive?

Check your Junk Mail (or what ever it is called) folder. A lot of over active spam filters treat html mails as spam.

htscpl 05-06-2005 03:44 AM

I just installed and tested, receive html email to myself! This is just what I've been looking for! Thanks !

** Clicks Install **

DannyITR 05-18-2005 03:26 PM

After uploading the two files my forums shut down and I get this error:


Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/montreal/public_html/forums/includes/functions.php on line 2019

If I replace functions.php with the old one it goes away.

this is line 2019:

Quote:

$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&amp;') . "explain=1\">Explain</a>)<br />\n";
$debughtml .= "<select>\n\t<option>(Page Generated in $totaltime Seconds)</option>\n$messages</select>\n";

ry@n 05-20-2005 01:05 AM

nice hack.

helped alot.

DannyITR 05-23-2005 02:00 PM

Help!!!!!!

Dean C 06-05-2005 01:16 PM

Quote:

Originally Posted by DannyITR
After uploading the two files my forums shut down and I get this error:


Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/montreal/public_html/forums/includes/functions.php on line 2019

If I replace functions.php with the old one it goes away.

this is line 2019:

You are applying the changes incorrectly

ZGeek 07-14-2005 11:00 PM

is there a way to make it that all emails sent out are in html format?

ZGeek 07-15-2005 01:28 AM

I figured it out, don't even need this hack. i just changed the line in the included/functions.php from

Code:

$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
to

Code:

$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
I hope this helps anyone looking for html emails.

edbri871 07-20-2005 10:45 PM

Thanks, this hack has helped me a lot. :)


All times are GMT. The time now is 04:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01115 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete