vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=125890)

Lionel 11-17-2006 11:55 PM

Guess what. I managed to get only one email, but I do not know if that is breaking something else.

In vbms_class_mail_message.php: function construct_mime_message(), in the $headermap = array I simply commented out the
Quote:

//"To" => $this->to,
which I noticed was being called again in the function below

function send($testonly = false)

$result = mail($this->to, $this->subject, $this->html, $headers);

dodgeboard.com 11-17-2006 11:56 PM

You rock MAN!! I'll do some more testing on your system.

Lionel 11-17-2006 11:56 PM

Quote:

$to = vbms_converttos($to);
don't touch this function, it has nothing to do with it, that deals with the aliases.

dodgeboard.com 11-18-2006 12:00 AM

welp, that fixed it for me, both POP and IMAP. Everything else seems okay... so far.

Will do some more testing...

Lionel 11-18-2006 12:01 AM

Quote:

Originally Posted by dodgeboard.com (Post 1119697)
welp, that fixed it for me, both POP and IMAP. Everything else seems okay... so far.

Will do some more testing...

Like I said, we need to do some intensive testing, I am not sure if that breaks something else, such as multiple recipients :tired:

dodgeboard.com 11-18-2006 12:03 AM

try commenting out this as well...

PHP Code:

"Subject" => $this->subject

To see if it fixes the double subject issue

I still get an echo on IMAP emails in the subject line

dodgeboard.com 11-18-2006 12:04 AM

Quote:

Originally Posted by Lionel (Post 1119699)
Like I said, we need to do some intensive testing, I am not sure if that breaks something else, such as multiple recipients :tired:

Multiple recipients is working ok

Lionel 11-18-2006 12:04 AM

Quote:

Originally Posted by dodgeboard.com (Post 1119701)
try commenting out this as well...

PHP Code:

"Subject" => $this->subject

To see if it fixes the double subject issue

I still get an echo on IMAP emails in the subject line

I'll try, although I haven't got that double subject issue.

dodgeboard.com 11-18-2006 12:05 AM

you'll only notice it on Hotmail...POP email ricipients seem to correct it.

Lionel 11-18-2006 12:06 AM

anyway, commenting it out did not hurt. Try it


All times are GMT. The time now is 08:01 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.01360 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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