Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Notification if Link is expired

Quote Reply
Notification if Link is expired
Hi,

I (Admin) would like to receive an Email if a Link is expired.
How can I do that?

andy
Quote Reply
Re: [turischt] Notification if Link is expired In reply to
If you have the expiry_notify.pl cronjob set up to e-mail your users when their links expire, you could just Bcc those e-mails to yourself. Just edit the link_expired.eml e-mail template.

Adrian
Quote Reply
Re: [brewt] Notification if Link is expired In reply to
like this?

--
To: <%if Name%>"<%Name%>" <<%Email%>><%else%><%Email%><%endif%>
From: <%config.db_admin_email%>
Subject: Expiry Notification
Bcc: info@italien.ch
--
Quote Reply
Re: [turischt] Notification if Link is expired In reply to
Yup.

Adrian