Quote:
Originally Posted by reverse1312
Hello,
I did the change and the main result is ok even if not quite what I expected ;-)
I did like that:
Created a new user
login = "Server "
userid = 114320
edit ezbounce.php
do I need to write it differently ?
The PM are sent in reality with author's userid = 0.
I'm already happy with that if no better could be done. :-)
Thank you
Martin
|
It should be:
Quote:
$pmdm->set('fromuserid', '114320');
$pmdm->set('fromusername', 'Server');
|
Thanks for the hack!
Edit: When this hack is enabled, mass email sending is taking too long... I have some other hacks installed and vbulletin's mail queue enabled:
https://vborg.vbsupport.ru/showthread.php?t=133844
When i disable this hack, 5000 emails directly goes to the mail queue and all those 5000 users are listed... when it's enabled, it sends emails 1 by 1 and it's not reasonable for 100k+ emails. Is it because of the added link to the emails' headers?