Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [wickedmoon] Easy way to delete users from email links?

Quote Reply
Re: [wickedmoon] Easy way to delete users from email links? In reply to
I see you're still using 2.0.6. That's not the right place to put that code. You want to look further up in the code, in sub add. Insert it right before line:
Code:
GMail::NoAuth::Join->notify_admin($cgi);
so, it's something like:
Code:
# Send them and email if we are doing email validation
if ($CFG->{email}->{notify_admin}) {
$cgi->{userid} = $id->{$p . 'users.userid'};
GMail::NoAuth::Join->notify_admin($cgi);
}

Adrian
Subject Author Views Date
Thread Easy way to delete users from email links? telemachus 3208 Jun 12, 2002, 5:12 PM
Thread Re: [wickedmoon] Easy way to delete users from email links?
telemachus 3091 Jun 12, 2002, 5:14 PM
Thread Re: [wickedmoon] Easy way to delete users from email links?
brewt 3091 Jun 13, 2002, 1:28 AM
Thread Re: [brewt] Easy way to delete users from email links?
telemachus 3069 Jun 13, 2002, 2:02 AM
Thread Re: [wickedmoon] Easy way to delete users from email links?
brewt 3057 Jun 13, 2002, 3:35 AM
Thread Re: [brewt] Easy way to delete users from email links?
telemachus 3091 Jun 13, 2002, 4:13 AM
Post Re: [wickedmoon] Easy way to delete users from email links?
brewt 3040 Jun 13, 2002, 11:33 AM