aws-lambda-ses-forwarder icon indicating copy to clipboard operation
aws-lambda-ses-forwarder copied to clipboard

reply from same domain but with email client

Open raza2022 opened this issue 6 years ago • 2 comments

@arithmetric Thanks for the Great work for open source community :+1: I successfully implemented the SES forwarding using your function I just have a question. is there a way (possible) that I can alter this function to reply from ses instead of forwarder client. or just add reply-from at least?
let say I am forwarding [email protected] to [email protected] which works fine. but when I reply that message which within inbox of [email protected] it will will use gmail client and send as [email protected] so the original question is can I do somethings with header to send reply from ses instead of [email protected]? Any help will be greatly appreciated

raza2022 avatar Oct 04 '18 14:10 raza2022

Hi @raza2022 , I could achieve what you need by following step 6 of this guide: http://www.daniloaz.com/en/use-gmail-with-your-own-domain-for-free-thanks-to-amazon-ses-lambda/

drabaioli avatar Jan 07 '19 09:01 drabaioli

Thanks @drabaioli I will give it a shot in evening :+1:

raza2022 avatar Jan 07 '19 10:01 raza2022