|
|
|
|
|
by kureikain
1804 days ago
|
|
You can use AWS SES to process inbound email and just use lambda to parse the email. Or sendgrid free tier support incoming procesing too. Also, you can use my own service https://hanami.run it supports webhook Setup an email server for inbound email with Postfix is pretty easy to. You can use mailbox_command of postfix to parse email You can setup email on a sub domain and only point the subdomain to it. |
|
But thanks for the explanation on the AWS/Sendgrid side, appreciate the information. Still curious about your service though, it looks promising.