vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [DBTech] vBMail v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=266142)

Dadoo 12-19-2011 04:02 PM

Ohhh sorry to have missed that...

Thanks a lot Filip !

chrisbjax 01-10-2012 03:58 PM

Hi Fillip,
Is there any word yet on importing a mail list from vb? or perhaps controlling distribution from vb groups?

DragonByte Tech 01-10-2012 04:01 PM

Not yet, unfortunately.

Feature requests posted at our forum has a higher chance of being included, since vBulletin.org threads often grow to such lengths we can't reasonably track old feature requests.

Fillip

chrisbjax 01-10-2012 06:41 PM

I posted the request on your support forum.
Thank you Fillip. :)

arkueckelhan 02-04-2012 09:13 PM

Am I correct in assuming that if I send an email out from my normal vbulletin mailing system, this mod won't capture the bounces, etc.?

I ask because I need mailings going out to only those that accept admin emails currently and don't know how to get those into this system. I then want to delete emails that bounce.

(I think this will be a great system for other mailing lists I create as well!)

Alan_SP 02-05-2012 04:37 AM

I think that it should get bounced mail.

You setup which mail address you want to use as bounce email. After mail is bounced, it returns to bounce email and this mod checks this email address through IMAP protocol (you need to set it up so in settings, of course).

So, you'll have all bounced mail there and you could check it automatically or manually, as you wish.

At least I think that it should work in this way. Filip will know more.

DragonByte Tech 02-05-2012 03:54 PM

Quote:

Originally Posted by arkueckelhan (Post 2296239)
Am I correct in assuming that if I send an email out from my normal vbulletin mailing system, this mod won't capture the bounces, etc.?


I ask because I need mailings going out to only those that accept admin emails currently and don't know how to get those into this system. I then want to delete emails that bounce.


(I think this will be a great system for other mailing lists I create as well!)

If you configured the "Bounce Email Address" setting then yes I do believe that it will grab those bounced mail.


Fillip

manuelmalin 02-09-2012 03:39 PM

Hi,

The mod, each time bounced emails cron runs, copies all the data from "vb_dbtech_vbmail_message" table into the "datastore" table :

datastore / dbtech_vbmail_message / data

After about 200 bounced emails, the cron sends me a MySQL error :

Got a packet bigger than 'max_allowed_packet' bytes

One solution is to change my mysql settings, adding more memory, but the problem will happen again maybe after 200 bounced emails more...

Can you help me please ?

Regards,
Manuel

DragonByte Tech 02-09-2012 10:06 PM

Whoops, that was an oversight, that should not happen. Thanks for letting me know :)

Open /dbtech/vbmail/includes/class_dm_message.php and comment out both instances of the following code:
PHP Code:

VBMAIL_CACHE::build_cache('message'); 

Feel free to delete that datastore entry via
Code:

DELETE FROM vb_datastore WHERE title = 'dbtech_vbmail_message'
to save some database space :)


Fillip

manuelmalin 02-10-2012 11:20 AM

It worked, thank you Fillip ! :)

Manuel


All times are GMT. The time now is 09:20 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.01559 seconds
  • Memory Usage 1,741KB
  • 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)bbcode_php_printable
  • (1)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