weindians
02-01-2012, 12:37 PM
Hello
I asked about this in mod thread located below with no response...
https://vborg.vbsupport.ru/showthread.php?t=201466&page=23 . I use this to verify email prior to registration. I have enabled mailqueu option with cron based email mod by Paul M. Vmail verifcation emails doesnt go out like vbulletin verification emails as they go inot mailqueue which is delaying registrations... The coder of that mode is not looking into thread...
So i thought of asking here to get/locate the code vbulletin uses to bypass the normal registration verification emails..... i looked in email.php, functions.php , class email.php etc.. i can see some code related to emails... but cant figure it out . So if i get some code so will play with to match vmail verification emails....
I have changed below code in email.php to false to match up for cron based emails (queuing to work). Will this code to match vmail (verification) below original as addition with true on work to bypass the verification emails going to queue???
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);
Any coder who is willing to help or knows about this please help... thanx
--------------- Added 1328183990 at 1328183990 ---------------
So far 24 views no reply.... Is it better to ask this over vb.com???
I asked about this in mod thread located below with no response...
https://vborg.vbsupport.ru/showthread.php?t=201466&page=23 . I use this to verify email prior to registration. I have enabled mailqueu option with cron based email mod by Paul M. Vmail verifcation emails doesnt go out like vbulletin verification emails as they go inot mailqueue which is delaying registrations... The coder of that mode is not looking into thread...
So i thought of asking here to get/locate the code vbulletin uses to bypass the normal registration verification emails..... i looked in email.php, functions.php , class email.php etc.. i can see some code related to emails... but cant figure it out . So if i get some code so will play with to match vmail verification emails....
I have changed below code in email.php to false to match up for cron based emails (queuing to work). Will this code to match vmail (verification) below original as addition with true on work to bypass the verification emails going to queue???
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);
Any coder who is willing to help or knows about this please help... thanx
--------------- Added 1328183990 at 1328183990 ---------------
So far 24 views no reply.... Is it better to ask this over vb.com???