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)

SCI 07-27-2005 05:41 PM

Thanks for the Hack! I didnt test it yet but The modification went well in 3.0.7

jellybaby 08-23-2005 11:51 AM

Is this no longer available, or is there an updated version anywhere? :ermm:

skizzy203 10-12-2005 05:30 PM

I was hoping that you could enlighten us with useful information on how to send HTML formated e-mail through vBulletin 3.5.

I use this and would like to see it integrated.

B999V 10-12-2005 09:54 PM

Quote:

Originally Posted by skizzy203
I was hoping that you could enlighten us with useful information on how to send HTML formated e-mail through vBulletin 3.5.

I use this and would like to see it integrated.

That would be very nice.

chapsrulez 10-21-2005 03:47 AM

installed and fully working
thanks.

dlittle 11-18-2005 10:35 AM

(Using 3.5.0) I had to do an HTML mailout yestuday, and had to hack a line to get it to go...

In includes/class_mail.php:
Code:

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

$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
Something more elegant may come around, but that was my quick fix.

dutchbb 12-02-2005 03:04 PM

Quote:

Originally Posted by dlittle
(Using 3.5.0) I had to do an HTML mailout yestuday, and had to hack a line to get it to go...

In includes/class_mail.php:
Code:

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

$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
Something more elegant may come around, but that was my quick fix.

Is that the only edit that needs to be done to the orig. vb 3.5.1 files?

Or do I still need to apply the edits from dean's first post?

thanks,
T.

xBhp 12-25-2005 02:38 PM

will this work in 3.5.2?

MissKalunji 01-02-2006 04:08 AM

Quote:

Originally Posted by dlittle
(Using 3.5.0) I had to do an HTML mailout yestuday, and had to hack a line to get it to go...

In includes/class_mail.php:
Code:

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

$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
Something more elegant may come around, but that was my quick fix.

works great thanks!

Gizmo999 02-01-2006 07:38 PM

Does it have any effect on the normal admin/registration emails??


All times are GMT. The time now is 04:56 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.01077 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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