Question:
how i can handle the email loops?
for example:
user A: send an email to my app.
my application send to user an automatic email
user A: reply the email
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
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.