vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Emails sent. (https://vborg.vbsupport.ru/showthread.php?t=220736)

matthewhotdude 08-12-2009 04:05 PM

Emails sent.
 
When new members join my forums the Emails that used to get sent out used to have "chattaboxforums" as the sender. Now all of a sudded it's blank hope you understand what I mean.

You know like on msn when you get a new email it would pop up and tell you who from, well now it doesnt it's blank

matthewhotdude 08-13-2009 08:18 PM

No one?

Lynne 08-13-2009 08:20 PM

And what did you change on the site right before this stopped working? Have you tried disabling your mods to see if it works then?

matthewhotdude 08-13-2009 09:42 PM

I didnt change anything thats the point. If I had changed something I would know what was wrong!

tipoboy 08-13-2009 09:51 PM

as lynne asked when she was trying to help, have you installed any modifications recently?

Lynne 08-13-2009 09:59 PM

And, did you try disabling your modifications?

Take a look at class_mail.php. In there, around line 190 or so, they talk about the from line and getting it from vboptions bbtitle. Do you have that set in vboptions ?

matthewhotdude 08-13-2009 10:05 PM

Yes tried disabling mods no luck...ill try the other thing now.

1 more thing to point out it's only the emails that are sent out on new registration that are like this. Other emails like for PM's or anything are fine

--------------- Added [DATE]1250208441[/DATE] at [TIME]1250208441[/TIME] ---------------

you have that set in vboptions ?


Where do I set that, im looking in Email options but can't see that setting

--------------- Added [DATE]1250208554[/DATE] at [TIME]1250208554[/TIME] ---------------

Code:

$from = $this->fetch_first_line($from);
                if (empty($from))
                {
                        global $vbphrase;
                        if (isset($vbphrase['x_mailer']))
                        {
                                $mailfromname = construct_phrase($this->fetch_first_line($vbphrase['x_mailer']), $vbulletin->options['bbtitle']);
                        }
                        else
                        {
                                $mailfromname = $vbulletin->options['bbtitle'];
                        }

                        if ($unicode_decode == true)
                        {
                                $mailfromname = utf8_encode($mailfromname);
                        }
                        $mailfromname = $this->encode_email_header(unhtmlspecialchars($mailfromname, $unicode_decode), $encoding);

                        $headers .= "From: $mailfromname <" . $vbulletin->options['webmasteremail'] . '>' . $delimiter;
                        $headers .= 'Auto-Submitted: auto-generated' . $delimiter;
                }
                else


Lynne 08-13-2009 10:13 PM

bbtitle is set in vboptions > site name/etc > forum name

matthewhotdude 08-13-2009 10:15 PM

Yea thats all set up as it was

Lynne 08-13-2009 10:36 PM

I really don't know how the whole email works. I guess I'd just be following it all backwards to see where it leads. Maybe someone else with more knowledge about this area will come and help.

matthewhotdude 08-13-2009 10:48 PM

Thanks for trying


All times are GMT. The time now is 01:54 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.01615 seconds
  • Memory Usage 1,728KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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