New mail notifation

xeryph

Verified User
Joined
Dec 27, 2004
Messages
73
Hi,
Is it passible to make notifations about new mails to my customers.
For exemle, if they recive new mail, the mail with notifation text is send to their second mail etc.

Do you have smoe idea how can I do this?

Thanks a lot.

Regards,
INFOCAL
 
Use alias (forwarder)

support@domain >>> mailbox@domain, mobilealert@domain

when someone send mail to support it will go both mailbox and mobilealert.

This's what I do.
 
Yes, it could work. But if someone send you mail with some attachment ( ex. 20MB ) it must be resend to next mailbox. I want to do something shorter, you receive new mail and from server is send mail with notification - ex. You have a new mail on [email protected].

Do you have some ideas?
 
Then write php script to check thru POP3 (like webmail) if found new mail then send notification email.

Once php script is working correctly then run it via cron.

Try searching on the net may be some opensource available.
 
Back
Top