Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Solution found!: Mailing link owners without duplicate check problem!

Quote Reply
Solution found!: Mailing link owners without duplicate check problem! In reply to
Well, my last suggestion didn't help off course, but I finally figured what was wrong.

Not only do you have to comment out:

Code:
($seen{$address}++) and (print qq~Already mailed to: $address $unsub!\n~ and next);


But you also have to comment out:

Code:
($seen{$data[$db_contact_email]}++) and (print qq~<a href="$href" target="_blank">$data[$db_key_pos]</a> - Already mailed to: '$data[$db_contact_email]'!\n~ and next);


and then the linkowners will get the email for every link they have in the system. A warning for all you webmasters oiut there:

Only do this when you want to send the link information of every link to the linkowners on a regularly basis, like I do every three months. Otherwise it's not usefull and you give the linkowners too many emails!

regards,

Ilse
Subject Author Views Date
Thread Mailing link owners without duplicate check problem! angelscharmedsla 3517 Sep 21, 2002, 3:01 AM
Thread Re: [angelscharmedsla] Mailing link owners without duplicate check problem!
angelscharmedsla 3394 Oct 2, 2002, 9:18 AM
Thread Re: [angelscharmedsla] Mailing link owners without duplicate check problem!
angelscharmedsla 3356 Oct 2, 2002, 11:23 PM
Post Solution found!: Mailing link owners without duplicate check problem!
angelscharmedsla 3349 Oct 3, 2002, 1:12 AM