Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There is a feature in gmail itself to allow you to change the reply to address.</p> <p>I can't figure out a way to dynamically change the reply to address, but here's how you can do it if you need to send email from several addresses (such as shipping, orders, feedback) but have it reply to a separate account.</p> <p>Here's how I have it set it up.</p> <p>Email address ($50/year) : </p> <pre><code> automated@example.com (I use this account to send from in code) customerservice@example.com (customer service logs into this account) </code></pre> <p>Aliases (free) : </p> <pre><code> shipping@example.com mark@example.com orders@example.com feedback@example.com </code></pre> <p>All these aliases are configured to send mail to <code>automated@example.com</code> and they are put into labels there via filter rules.</p> <p>I send out from shipping, orders, feedback but want any replies to come to customerservice. </p> <p>Here's how I set it up :</p> <ul> <li>Log into gmail as <code>automated</code> - must be logged in directly as the user you're sending from</li> <li>Click the accounts tab</li> <li>Add each alias you want to send from with the <code>Add another email address you own</code> feature</li> <li>Log in to <code>customerservice</code> and approve all the requests that should have been sent to each alias.</li> <li>Log back in as <code>automated</code> and click <code>edit info</code> next to each email</li> <li>Here you can click <code>Specify a different "reply-to" address</code> and enter <code>customerservice@example.com</code> as the reply to address.</li> </ul> <p>I have slightly more complex reasons that I won't go into here why I have things set up like this - but if you want to change the 'reply-to' address this is the only way I've found to do it. Aliases allow you to send from multiple addresses and set <code>reply-to</code> to whatever you want. unfortunately though I cannot find a way to do this in code</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload