Is ther a way for this mod to bypass mailqueue system in vbulletin and despatch emails immediately like original vb registration emails... i use cron based email mod with mailqueue turn on in email setting......
Edit : Sorted out my self.... you open the product v.2..0.1.3 in html editor ( search thru pages you will find this version which fixed some bugs by a member )...
find all instances of
Code:
vbmail($email, $subject, $message);
Replace it with
Code:
vbmail($email, $subject, $message, true)
Reimport and overwrite the product or install if u havent it installed...