Smtp server?
-
I wrote a code for sending mail in C#.net . One of the input control is asking for the Smtp server?. How to find the value for Smtp server and what to fill in that control?
-
I wrote a code for sending mail in C#.net . One of the input control is asking for the Smtp server?. How to find the value for Smtp server and what to fill in that control?
In webConfig file .
-
I wrote a code for sending mail in C#.net . One of the input control is asking for the Smtp server?. How to find the value for Smtp server and what to fill in that control?
use your own smtp server name in there. ex : smtp.google.com replace with your server name
Abhishek Sur
-
In webConfig file .
Can't find there !!
-
I wrote a code for sending mail in C#.net . One of the input control is asking for the Smtp server?. How to find the value for Smtp server and what to fill in that control?
Karthick_gc wrote:
One of the input control is asking for the Smtp server?.
Did you ever heard that there is a difference between a control and property? :wtf:
Karthick_gc wrote:
How to find the value for Smtp server and what to fill in that control?
Do you have any any idea what a SMTP Server is? If you have a machine with SMTP Server configured, specify the nsame of that machine or its IP address.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Karthick_gc wrote:
One of the input control is asking for the Smtp server?.
Did you ever heard that there is a difference between a control and property? :wtf:
Karthick_gc wrote:
How to find the value for Smtp server and what to fill in that control?
Do you have any any idea what a SMTP Server is? If you have a machine with SMTP Server configured, specify the nsame of that machine or its IP address.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
S. i specified the IP address. But an error message is coming?
-
S. i specified the IP address. But an error message is coming?
Karthick_gc wrote:
But an error message is coming?
What kinda error message are you getting? :confused:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
S. i specified the IP address. But an error message is coming?
First Configure The SMTP Server in IIS. Read this article Configure SMTP in IIS[^] After successfully installation, it use the smtp server name in you code. If you want to use some other SMTP Server, user there SMTP IP Address or SMTP Server Name. Good Luck.
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
I wrote a code for sending mail in C#.net . One of the input control is asking for the Smtp server?. How to find the value for Smtp server and what to fill in that control?
hi.. Write Your IP address..or System name To Know IP Address 1) click START button 2)click on RUN 3)type cmd 4) type ipconfig hope this will help you