mailgun-plsql-api icon indicating copy to clipboard operation
mailgun-plsql-api copied to clipboard

Receiving Mail

Open iamasgor opened this issue 9 years ago • 2 comments

Hi Jeffrey Kemp, This is great work without no doubt.

I have an issue, After sending an email to the client, then client reply to sender then how can I get this email or where I can check?

If there are no email receive option. plz add this feature for next release.

iamasgor avatar Nov 06 '16 18:11 iamasgor

Great idea, thanks.

At the moment you can login to your Mailgun account and set up inbound Routes where you define a "rule" that is applied to any incoming messages. The "action" that Mailgun takes in response to each email can be to Forward the email to another email address, or Store it.

For now you can get these emails forwarded to another email account you monitor, or you could have them Stored and then query the mailgun API directly to retrieve them.

If you are using ORDS, you could set up a Webservice call in your Apex environment and set that up as a hook in Mailgun; this way, whenever someone replies to an email, Mailgun will call your webservice to notify your system of an incoming email. I haven't tried this myself though.

I'll need to add the ability for the PL/SQL API to query your stored emails.

jeffreykemp avatar Nov 07 '16 07:11 jeffreykemp

Thanks. I already using inbound routes.

iamasgor avatar Nov 07 '16 16:11 iamasgor