Gossamer Forum
Home : Products : Links 2.0 : Customization :

Automatic email when adding a link through admin area

Quote Reply
Automatic email when adding a link through admin area
Hi guys,
I was wondering if it was possible to modify Links to automaticly send out an email whenever I add a link manually using the admin area.
I like to send out a link to the webpage owner with his user id and password, but right now I have to copy and paste those informations into another program as it is right now.
Maybe it would be possible to add a template feature on the targeted mailing page. That way it could also be used to send out number of hits, and other information like that more easily.

Any help on this is greatly apreciated.

Thanks,

Jesper
http://www.cops.dk/
Quote Reply
Re: Automatic email when adding a link through admin area In reply to
Uh...yea...

1) Set the $db_email_add variable to 1 in the links.cfg file.

2) Then edit the email-add.txt to include the Userid and Password tags, like the following:

Code:
Username: <%Contact Name%>
Password: <%Password%>

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Automatic email when adding a link through admin area In reply to
lol - that was too simple !
Sorry for asking; I should had been able to figure that one out myself.

Thanks! Smile

Jesper
Quote Reply
Re: Automatic email when adding a link through admin area In reply to
You're welcome.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.