vote up 0 vote down star

I have my domain's email set up with Google Apps, and I am interested in sending automated emails (when users register, for example) with the From and/or Reply-To field being "no-reply@example.com". I have a few questions pertaining to how this is done:

  1. Should I actually set up a user in Google Apps named "no-reply"?

  2. If not setting up a "no-reply" user, should I log in with a real address (e.g.: "support@example.com") and send the email as being from "no-reply@example.com" instead? Or should I simply use the Reply-To email header?

  3. If it's necessary to use the Reply-To header, is there a way to block the true From address (i.e.: the username I used to log into Google's SMTP server)?

flag

5 Answers

vote up 3 vote down check

Unless you can think of a really good reason for it, I would suggest that you send your emails from support@ rather than no-reply@.

The whole reason for a support@ email address is to receive comments and feedback from your userbase, and if you're sending them emails why bother making it hard for them? If they can just reply to the email you'll receive way more feedback that way.

link|flag
I do have a really good reason for it. – Matt Huggins Oct 19 at 22:41
To elaborate, the reason is that I get many 'Delivery Failure' emails in my inbox when people register with fake email addresses. This makes it difficult to go through and find actual support emails. As such, I'd rather have a no-reply email address send out registration emails and the like. – Matt Huggins Oct 20 at 0:14
3  
Presumably people seeking support will be those people using real email addresses. Just filter out the delivery-failure emails to a spam/junk folder. – ricebowl Oct 20 at 12:59
I agree with ricebowl - GMail's filtering is great. Match on either the subject or body for something distinctive and just delete it. Even if you're using an IMAP client you'll never see them in your inbox again. Alternately, if you want to take action on those bounces (a script that scrapes your email to flag the address as bad, for example) tag and archive it. – Jamie Macey Oct 20 at 18:25
vote up 0 vote down

I think the right thing to do is setup a filter that sorts your mailer-daemon messages into a special folder (Or trash if you so desire.) Or, like other comment have suggested, use a separate mail address.

noreply is good to indicate to people that this isn't an address you check, but it's not really the solution to dealing with bounce mail. In fact it's more likely your mail will end up in spam filters because your attempt at sender obfuscation will just look like spam to the receiving host.

link|flag
vote up 0 vote down

Hi Matt,

I suggest you set up a "Nickname" alias ( Manage Domain > Users > edit user > Add Nickname ). Then create a filter that sends any reply to that nickname straight to trash or spam.

link|flag
vote up 2 vote down

Just set up a "no-reply" account. It won't hurt anything, people will still try to send stuff to it, and it will serve your purpose.

As for the latter two questions, it depends.

If you're sending these e-mails as a part of an automated script (i.e. forum registration) just use the "no-reply" accounts credentials. Log in periodically to make sure you aren't getting legit delivery errors (as opposed to the jokers that use fake e-mail addresses) or other odd behaviour.

If you're not sending these e-mails as a part of an automated script, it depends. If you also manage a support address (support@example.com, staff@example.com, etc.) you may want to send on behalf of, and use the reply-to. But this part is a little more subjective, and really depends on your setup.

link|flag
Thanks. I was thinking about this, but I wasn't sure if it's how others do their no-reply addresses. I still intend to email from the support email address when responding to actual questions. – Matt Huggins Oct 21 at 3:57
vote up 0 vote down

I don't know if this will help or not, but IIRC, with gmail you can do something like

name+something_else_here@domain.com

Then, set up a filter so that emails with that "something_else_here" part go past the inbox to a label.

Does that help?

Cheers!

Dave

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.