Mail Accounts. Need Advice

Mail Accounts. Need Advice

am 08.01.2008 00:57:30 von Shapper

Hello,

I am working on an ASP.NET which sends newsletters and other e emails
to clients.

Which emails accounts do you usually use on your web sites for
application to use:
gateway@mydomain.com, noreply@mydomain.com, ... ?

Is there a standard or a better way to call this email accounts ...

And should I create any email accounts related to span problems or
something else?

Thanks,
Miguel

Re: Mail Accounts. Need Advice

am 08.01.2008 08:43:15 von DFS

Are you not expecting people to respond to the message?

If so I've found using noreply@mydomain.com an intuitive way of doing it.

Of course if you are sending out emails on a bulk basis, you probably want
to provide a way for them to unsubscribe. We did this by providing a unique
URL link to every instance of the email that went out, that the receiver
could click on to unsubscribe.

Cheers,
-Naraen

"shapper" wrote in message
news:f9981e1a-079f-46b6-9625-92f45e562a3f@21g2000hsj.googleg roups.com...
> Hello,
>
> I am working on an ASP.NET which sends newsletters and other e emails
> to clients.
>
> Which emails accounts do you usually use on your web sites for
> application to use:
> gateway@mydomain.com, noreply@mydomain.com, ... ?
>
> Is there a standard or a better way to call this email accounts ...
>
> And should I create any email accounts related to span problems or
> something else?
>
> Thanks,
> Miguel