Hide "sender" of a mail c#
-
Hi all. How can i hide the mail address of the "sender" of a mail in C#? Thanks.
-
Hi all. How can i hide the mail address of the "sender" of a mail in C#? Thanks.
How do you mean ? If you're sending the mail with C#, then you can specify whatever sender you like. I assume you're writing some sort of hostile mail bomb or spam program. Why do you want people to hate you ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
How do you mean ? If you're sending the mail with C#, then you can specify whatever sender you like. I assume you're writing some sort of hostile mail bomb or spam program. Why do you want people to hate you ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
I read it the same way. If he doesn't understand something that trivial, he'll get nailed for sure!
-
Hi all. How can i hide the mail address of the "sender" of a mail in C#? Thanks.
What you are asking for is not possible. An email message has to have a sender. You can put any sender address you like in an email message, then it depends on your mail server what addresses it allowes as sender.
Despite everything, the person most likely to be fooling you next is yourself.
-
What you are asking for is not possible. An email message has to have a sender. You can put any sender address you like in an email message, then it depends on your mail server what addresses it allowes as sender.
Despite everything, the person most likely to be fooling you next is yourself.
Thanks for the replays. The problem is this: I've made a software for save password,and i've insert in it a service "password recovery" thath send a mail with the password of the account (if the user have insert it).For this i'm using my gmail account. But i've try to send a mail to me (to another address, and so i've see that the user can see my mail address). How can i avoid the problem? If i have to create another mail account,can you advice me what service to use? (a free service that i can use with C# and i can block the replay). Thanks. Ps:sorry for bad english.