Hi
My boss wants me to create auto email response when the receiver opens the mail. Most of our clients use gmail but they can use any kinds of mail system. How can I create it ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not going to be the answer your boss wants to hear, but last time I looked into this there’s no reliable way of knowing when someone has opened an email you’ve sent.
Traditionally (to find out email read counts for marketing emails) it’s been done by embedding an image in the email and then having the loading of that image from your server trigger some action; you could do this and have the image address point to a script which sends the auto response then returns a single pixel transparent gif (for example), but it’s becoming more standard to disable images in emails these days, so that isn’t a 100% reliable route.
That said, if the people you send emails to are more likely than not to load non-embedded images, that is one way to achieve it 🙂