Email listener?

  • Thread starter Siddarth Chandrasekaran
  • Start date
S

Siddarth Chandrasekaran

I'm trying to figure how best to write an email listener -- basically,
something that listens for particular keyword(s) at an account and
responds appropriately. Any ideas?

Thanks!

Siddarth
 
B

Brian Candler

Siddarth said:
I'm trying to figure how best to write an email listener -- basically,
something that listens for particular keyword(s) at an account and
responds appropriately. Any ideas?

You could write a program which polls a POP3 mailbox periodically, and
sends replies.

Or you could write a program which accepts an E-mail on stdin, and
configure your MTA to deliver mail for a certain address directly to
that program, e.g. using a .forward file or an entry in /etc/aliases.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,269
Latest member
vinaykumar_nevatia23

Latest Threads

Top