email - Process an incoming mail -


i have email account provided web hosting service (1and1.fr). filter automatically filters incoming emails (24/7) :

if (subject=="mysubject1")  {    send new email sender subject="bonjour", text="lorem ipsum...." } 

what service / language / tool use in order ?

online service?

(ps: features provided webmail don't provide such advanced "filters")

thanks in advance


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -