vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Send HTML emails from adminCP (https://vborg.vbsupport.ru/showthread.php?t=137537)

hector2000 10-04-2007 05:49 PM

it dont work!
i think there is problem in this code:

Code:

print_yes_no_row('Send HTML Email?', 'sendhtml', 0);
this code seem to ask a question.!send html email?
i changed this code and problem solved:
Code:

if($_POST['sendhtml'])  {
  $headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
}else{
  $headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") .
$delimiter;
}

i change plain to html and it work.
what is that question?
how may i answer that?
thx

hector2000 10-08-2007 09:28 AM

No Answer?!

layxtuzen 10-29-2007 09:10 AM

does this work on vb 3.6.8 ?

RS_Jelle 11-02-2007 12:11 PM

Quote:

Originally Posted by layxtuzen (Post 1370994)
does this work on vb 3.6.8 ?

Yes, it does ;)

ludachris 11-12-2007 09:00 PM

So I tested it and received the email that contained a big paragraph of text (presumable the text version of my html email, only it was all one big paragraph) and then the html newsletter showed up underneath all the text. What happened? I'm using 3.6.8.

ludachris 11-12-2007 09:27 PM

I've tried changing from PHP to SMTP and get the same results. Is this due to an Outlook setting maybe?

Alfa1 12-09-2007 02:53 PM

Can you see a preview of the email you have made?

Tom_S 12-09-2007 11:23 PM

Quote:

Originally Posted by bchertov (Post 1168193)
I hope this isn't bad form, but when I saw that this mod required file edits :eek: , I posted a handy little pluggin that automatically sends out any message with HTML in the body text as an HTML email, including from the ACP! :) Check it out here.

I thought I'd give you folks a heads up! :D

I use the above hack. It does have a draw back. Unless you edit all your files that vb sends out converting them to html ie new member registration keys, reminders, etc. it will cram all the text up. I personally use it to send out our newsletter and then uninstall it when I am done. Takes a couple of minutes and I like the outcome very much. No editing.

Flep 12-16-2007 07:41 AM

It works great !
3.6.7

thank you !

Sworm 03-02-2008 06:07 PM

tokenyank, it work very well for me :)

Thanx :)


All times are GMT. The time now is 09:35 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.01143 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
  • (2)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