Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to send email from different domain to different domain how we can send?

for ex:

we want to send mail from rediffmail.com to gmail.com
or
yahoomail.com to gmail.com


how it will be possible in asp.net
please provide me the answer
Posted

1 solution

I have written an article for that,

Sending emails easily using ASP.NET helpers[^]

You can read that and remember, you can send email to any address from any address. All you need to care about is the credentials that you provide.

Since you're using ASP.NET, the article I have written explains it all, you can use the built-in WebMail class and pass on your username, password and then send the email to who ever you want to on the Internet.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900