| Author |
Message |
singletonclass
Joined: 15 May 2008
Posts: 1
|
| Posted: Thu May 15, 2008 9:12 am Post subject: How to Prevent Email Recipients from Replying to the Sender? |
|
|
Hi,
I am currently working on an application which emails its users of status updates.
In a properties file within the application is where I specify the following:
1. SMTP email server host name
2. Sender's name
3. Sender's email address
Emails are being sent out whenever there are status updates, but how do I prevent users from replying back to the Sender's email address?
I do not want users to send emails to the Sender's email account.
Any help on this would be greatly appreciated.
Thanks,
Nancy |
|
| Back to top |
|
mendel
Joined: 25 Mar 2008
Posts: 5
Location: Toronto, Canada
|
| Posted: Thu May 15, 2008 9:20 am Post subject: |
|
|
Change the sender address to something else, say, "do-not-reply@yourdomain".
(You can't stop people from doing something, because they have free will! But if you don't want them using an email address, don't give them that address in the first place.) |
|
| Back to top |
|
tfrevert
Joined: 15 Apr 2003
Posts: 17
Location: Wichita, KS
|
| Posted: Thu May 15, 2008 9:26 am Post subject: |
|
|
| Most applications have support for a "reply-to" address. If a user hits reply this address will be used instead of the "from" address. |
|
| Back to top |
|
| |