Archived Forum Post

Index of archived forum posts

Question:

how to handle email loops?

May 24 '13 at 19:19

how i can handle the email loops?

for example:

  1. user A: send an email to my app.

  2. my application send to user an automatic email

  3. user A: reply the email

  4. my app. send another email

go to 2

the problem is only with reply and forwards... how i can handle that i read the documentation but i didn't find something useful


Answer

Your app could check if it has send an auto-reply to this user earlier today. If it did, do not send new auto-replies.