vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How change email FROM (https://vborg.vbsupport.ru/showthread.php?t=184907)

iamboard 07-10-2008 12:42 PM

How change email FROM
 
It appears that VB uses the Forum Name as the FROM in all automatically generated emails that are sent for such emails as welcome emails, confirmation emails, birthday emails, subscribe to thread emails, etc.

I would like to use something different than what is entered as my FORUM NAME as my email FROM. How do I change this.

Thanks

noppid 07-10-2008 01:13 PM

Because the headers are a long string that is built and not an array and with all the possible From's there can be, it's not as easy as we would want.

But something quick and dirty on the mail_send hook could be...

PHP Code:

$newmailfromname "The Mailman";
$headers str_replace("From: $mailfromname <$from>""From: $newmailfromname <$from>",$headers); 

If all three email contacts you can set in vBulletin are the same, that should work. If users can send each other mail, you may need to check if $username is set and not do the replace.

iamboard 07-10-2008 08:02 PM

I also found this...

https://vborg.vbsupport.ru/showthrea...ght=Email+from

Will that work?


All times are GMT. The time now is 07:00 PM.

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.01035 seconds
  • Memory Usage 1,712KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete