The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PMing members from MySQL?
So I use vbulletin's email manager to send newsletters to our members. I recently installed tracking in these emails to log usernames that viewed the email.
I'm interested in setting up a system to PM members that haven't been logged as viewing the newsletters to warn them the emails might not be getting through spam filtering. I've got this query Code:
SELECT username FROM `user` WHERE username NOT IN ( SELECT username FROM `tracking` WHERE logcode = 'newsletter' ) AND options &16 !=0 |
#2
|
||||
|
||||
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|