ASP.NET send email
-
Dear, I currently create project for intranet, I want to send email to employee in company but don't want to use email server, Can I send without using email server?
Socheat
Then in which account you want to send the mail ? Are you going to send mail to id like GMAIL, Yahoo, MSN , Rediff or you want to send it to other account ?
cheers, Abhijit Think Sharp | Code Sharp | C Sharp
-
Then in which account you want to send the mail ? Are you going to send mail to id like GMAIL, Yahoo, MSN , Rediff or you want to send it to other account ?
cheers, Abhijit Think Sharp | Code Sharp | C Sharp
I have my own email server already, but I don want to log in and send email, because I just only use my project only in intranet. So can I?
Socheat
-
Then in which account you want to send the mail ? Are you going to send mail to id like GMAIL, Yahoo, MSN , Rediff or you want to send it to other account ?
cheers, Abhijit Think Sharp | Code Sharp | C Sharp
-
I have my own email server already, but I don want to log in and send email, because I just only use my project only in intranet. So can I?
Socheat
if you want to send and read mail in intranet or internet, you alwasys need a mail server and mailclient. you can send mail from your application and if your server allows you to read then you can read mail from your application.
cheers, Abhijit Think Sharp | Code Sharp | C Sharp
-
if you want to send and read mail in intranet or internet, you alwasys need a mail server and mailclient. you can send mail from your application and if your server allows you to read then you can read mail from your application.
cheers, Abhijit Think Sharp | Code Sharp | C Sharp
Anyway, I must to use mail server? have any solution?
Socheat
-
Dear, I currently create project for intranet, I want to send email to employee in company but don't want to use email server, Can I send without using email server?
Socheat
it's a better to use CSMTPConnection ----
Kaushik Rabadiya
-
it's a better to use CSMTPConnection ----
Kaushik Rabadiya
Can you give me a full example?
Socheat
-
Can you give me a full example?
Socheat
it's in vc++ & u need in asp.net is it ? http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx[^] this is one .... if u want more then tell me. Thanks for your Kind Reply.
Kaushik Rabadiya
-
it's in vc++ & u need in asp.net is it ? http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx[^] this is one .... if u want more then tell me. Thanks for your Kind Reply.
Kaushik Rabadiya
Thank for your kindly
Socheat
-
Dear, I currently create project for intranet, I want to send email to employee in company but don't want to use email server, Can I send without using email server?
Socheat
Socheat.Net wrote:
I want to send email to employee in company but don't want to use email server,
You can't. You need a mail server to send email.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions