The idea is:
In SendGrid documentation they have a “reply_to” field that helps adding a different reply to email(s) for an email sent by using SendGrid. Current SendGrid node is missing this field.
My use case:
Say if I want to send email to SendGrid from support@chokkkor.com to abc@gmail.com and when the receiver receives the email if they try to reply to that email it would be sent to support@chokkkor.com, but in my case I would like abc@gmail.com to reply the email to anotheremail@chokkkor.com.
I think it would be beneficial to add this because:
Adding the support to reply to different email other than the sender mail can help filtering which is a reply email if the receiver replies to that email and a webhook receives it. There can be other use cases but from my side it is the best option to filter out reply emails.
Any resources to support this?
Are you willing to work on this?
I would like to if possible. Need to check the contribution guideline and not 100% sure if I can manage to solve it.