Can gmail (smtp.gmail.com) post incoming mails to my application instead of my applications pulls the mail?

StackOverflow https://stackoverflow.com/questions/21502059

  •  05-10-2022
  •  | 
  •  

문제

I am using smtp.gmail.com to send mails. I want to read/parse mails in my application.

I know how to pull the mails, there are API libraries to handle that. It is bit over do for my application.

Instead, is there any way gmail can post mails to my application like sendgrid does ?

도움이 되었습니까?

해결책

If you want to get emails from a gmail account, and want a webhook to do such, you could use Context.io's Webhook Feature.

However, at the maximum volume you'll be able to send out with Gmail, I'd recommend looking toward an email service provider's free plan. If you're familiar with SendGrid already SendGrid's Free Plan will give you access to both low volume sending, and the Parse webhook. Other email service providers will give you the same functionality on their free plans, as well (e.g. Mailgun).

Disclaimer: I am a SendGrid employee.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top