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)
-   -   Major Additions - Email Integration (New threads/replies by email) (https://vborg.vbsupport.ru/showthread.php?t=151222)

Cyricx 01-19-2008 04:53 PM

I've tried sooo many things I'm pretty certain I've tried that, but I'll try it again this weekend. I'm gonna release 2.4 as soon as it goes through a few testers and then I'll work on vbmail for 2.5

If I recall right I believe the headers var just appends it to vbulletins list of headers but I could be wrong. Which I need to create the from header, reply to and message id my own way :)

Anyway, I'll dig into it again this weekend and try the snippet you put above :)

AlexanderT 01-19-2008 05:13 PM

Quote:

Originally Posted by Cyricx (Post 1424573)
If I recall right I believe the headers var just appends it to vbulletins list of headers but I could be wrong. Which I need to create the from header, reply to and message id my own way :)

Chris, this is correct. If you pass your headers through vbmail(), vB will add your headers, among its own (from, return-path, auto-submitted, message-id, mime-version, content-type, transfer-encoding, x-priority, x-mailer). If this is unwanted, and if you want to avoid patching any native vB code, I suggest you extend the vB_Mail class from includes/class_mail.php.

Best,
Alex

AlexanderT 01-19-2008 05:16 PM

Alternatively, you may hook mail_send; this, in fact, is the easiest you can do! Simply overwrite the $headers variable with your headers and you are free to go. ;)

Start the hook with
$headers = '';
$headers .= 'MIME-Version: 1.0' . $delimiter;
etc.

tekguru 01-19-2008 09:55 PM

Quote:

Originally Posted by Cyricx (Post 1424573)
I've tried sooo many things I'm pretty certain I've tried that, but I'll try it again this weekend. I'm gonna release 2.4 as soon as it goes through a few testers and then I'll work on vbmail for 2.5

And now installed we'll see how it goes!

RWerksman 01-19-2008 10:38 PM

I've got it installed as well. I've sent you some feedback Chris.

Cyricx 01-20-2008 05:57 AM

Awesome Alex I'll try that for 2.5, thank you!!

Got some feedback on 2.4 and a few things to fix before I release :)

popmyzit 01-20-2008 06:34 AM

Hello guys, great to hear this is progressing and thanks.

Any ideas on if there will be support for vb 3.7 ?

Right now it still doesnt work with new registrations in 3.7.

Cyricx 01-20-2008 06:38 AM

I want a solid beta free version for 3.6 out first which will be this one :)

So yes... there will be support for 3.7 :)

Once this version is completed and solid for 3.6, I'll change my test server to the latest 3.7 and start checkin that out :)

*stumbles off for a few hours sleep*

Cyricx 01-20-2008 09:06 PM

The new version has been released form this busy little bee!!

I took this mod out of beta in anticipation of the number of bugs resolved with this :)

tekguru 01-20-2008 09:18 PM

And working well so far Chris!


All times are GMT. The time now is 09:34 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.02115 seconds
  • Memory Usage 1,735KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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