Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Surendra singh
1.9k
136
67.2k
Change smtp from mail address using c#
Feb 4 2013 9:37 AM
Hi,
i am sending email using gmail smtp credentials. My problem is that, i want to use different email id and username as credentials.
<smtp from="MySender@gmail.com" deliveryMethod="Network">
<network host="smtp.gmail.com" port="25" userName="MyUser@gmail.com" password="mypassword" />
</smtp>
Now i want to show from address ("MySender@gmail.com") in client's from address, rather than userName "MyUser@gmail.com".
Would you please help me to show from address ("MySender@gmail.com"), than userName "MyUser@gmail.com"
Thanks
Reply
Answers (
0
)
Show my Company address in map using asp.net c#
How to obtain primary key of table