Google-apps – way to create an auto-responder in Google Apps without creating a new user

google-apps

I have been using cpanel until now to manage my email and I find it much easier then Google Apps. How can I get it that when someone emails info@domain.com an auto-responder goes out to the author saying that someone will be in touch.

Do i have to make a new User and set it from the personal settings on the Gmail page? What happens when I have these fake email addresses in bulk?

Explanation: When I create a email-alias/nickname for info@domain to go to me@domain.com there is no User of info. So how can I do an autoresponder

Best Answer

Yes, there are two ways.

Easiest but limited

  1. create the alias for your user
  2. in Labs enable Canned Responses
  3. create the Canned Response you want to send to people who email info@domain.com
  4. create a filter for all email sent to info@domain.com, one of the choices will be to send a Canned Response

This is quick and simple to setup. However, the downside is it will come from your main email address. If you create the info@domain.com user account and follow the same directions, it will reply from info@domain.com.

Also, depending on the volume of email, you might hit a ceiling for sending email. Free accounts are 500 per day and paid are 2000 per day.

More flexible but also more difficult

Create an alias info@domain.com and then build a Google Apps Script auto-responder. It could come from info@domain.com and you could build more complex handling too (eg forward to different people depending on subject line). It is beyond the scope of Web Applications to explain in more detail but you can find help in stackoverflow.