griddler

How do I ask the receivers of my emails to include a '— REPLY ABOVE THIS LINE --' tag below their reply?

不问归期 提交于 2021-01-27 18:30:52
问题 I want to parse incoming emails (which are replies to emails I've sent) for the actual message (without the "original message" part, the signature and such). To achieve this, I would like to include a delimiter (e.g. '-- REPLY ABOVE THIS LINE --') in the reply like it is recommended in many posts I've read. But how can I ask the user's Mail Agents to include my delimiter when a user replies to one of my emails? 来源: https://stackoverflow.com/questions/31964429/how-do-i-ask-the-receivers-of-my

Receiving emails with sendgrid and cloudmailin

ε祈祈猫儿з 提交于 2019-12-13 07:10:38
问题 I have the same concept as mentioned in this question(generating a unique random email address for each user in rails app. When the user sends an email that that randomly generated email address, we process the body and store in db. I followed the following steps: Deployed my app in Heroku Created a sendgrid account and configured the username and password to heroku(to get the sendgrid addon). added griddler gem and followed the steps mentioned in griddler. Configured the parse webhook in