aws-lambda-ses-forwarder
aws-lambda-ses-forwarder copied to clipboard
reply from same domain but with email client
@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
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/
Thanks @drabaioli I will give it a shot in evening :+1: