Gossamer Forum
Home : Products : Links 2.0 : Customization :

working private mailer mod?

Quote Reply
working private mailer mod?
Has anyone got the private mailer mod to work? I have spent several hours scouring these forums, and making many adjustments to the basic code, with varying results -- but no success. Frown

I am working with the code written/adapted by Stealth and posted here over four years ago. The goal is to have email links that use the link ID to look up the contact email in the db, and not have real (spamable) email links on my pages.

Any help out there...? Pirate


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] working private mailer mod? In reply to
A few more hours have brought success. Well, mostly...
I got it to send the mail just fine, using the ID number to look up the contact email. Currently the problem I am having is with the error page: I get the tag Error: Unkown Tag: error (Not in red.) I have tried many combinations to fix this, but no luck.

For the success page, I changed it to just send the user back to the index page. The files are attached. The templates are very rough, just to get it working. If anyone can fix the error error, that would be great.
--
Oops, I forgot to add how to call the script:

<a href="<%db_cgi_url%>/mailer.cgi?ID=<%ID%>">Your text here</a>


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: Jan 3, 2005, 4:45 PM