How to set From header to User email on Amazon SES? -


i'm using amazon ses send emails webapp.

let's user user1@email.com performs action sends email user2@email.com.

user2@email.com has auto-reply says he's out of office, , emails should forwarded instead user3@email.com.

emails webapp sent no-reply@webapp.com via ses (and had verify own email.)

when sending email user1@email.com -> user2@email.com, set header no-reply@webapp.com reply-to header set user1@email.com, in case further communication between these users needed. works if hit "reply" button on email, , instead of sending no-reply, email goes user1. good!

however...it seems auto-reply functions in vast majority of mail clients ignore reply-to field , send auto-reply email email in "from" header.

so question is: how "fake" header can make it's coming user1@email.com auto-reply messages delivered appropriate email?

thanks!

first of all, doesn't looks it's idea make reply available noreply address, concept... moving out idea. allow ses send email email in domain(ie. *@email.com), have validate domain itself(see aws doc)

once it's done, have put sender email field, did noreply. don't know language using here documentation using php sdk.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -