if i send email from my smtp server, For Example in code if i set From to anyemai@anydomain.com and sent to an email address, than the recipient think that mail comes from anydomain. so how to confirm email source?
| |||||||||
feedback
|
|
There are several approaches to dealing with email forgery:
The main thing to realise is that the From: address isn't any form of guarantee about the originator of a message. Edit: okay I now understand that you're just trying to tag the mail message somehow so that you can recognise which server generated it (in a non-secure way). Here's how using .NET's MailMessage:
| |||||
feedback
|
|
Email Headers has more details. | |||
|
feedback
|