Click here to Skip to main content
15,923,168 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ok, this is driving me insane Pin
Mustafa Ismail Mustafa4-Jun-08 11:32
Mustafa Ismail Mustafa4-Jun-08 11:32 
Questionvigener cipher code Pin
LoLo73-Jun-08 7:40
LoLo73-Jun-08 7:40 
AnswerRe: vigener cipher code Pin
Yusuf3-Jun-08 9:40
Yusuf3-Jun-08 9:40 
QuestionMailMessage [modified] Pin
Assaf823-Jun-08 6:16
Assaf823-Jun-08 6:16 
AnswerRe: MailMessage Pin
SomeGuyThatIsMe3-Jun-08 7:55
SomeGuyThatIsMe3-Jun-08 7:55 
GeneralRe: MailMessage Pin
Assaf823-Jun-08 10:51
Assaf823-Jun-08 10:51 
GeneralRe: MailMessage Pin
SomeGuyThatIsMe3-Jun-08 11:08
SomeGuyThatIsMe3-Jun-08 11:08 
GeneralRe: MailMessage Pin
w2093-Jun-08 21:46
w2093-Jun-08 21:46 
Smile | :) Hello Frnd
do you want ur application to send mail?
if yes then
u need SMTP Service on ur Pc which is provided by the iis

you sould use these namespaces

using System.Web.Security;
using System.Net.Mail;
using System.Net.Mime;


and then you should create a object of System.Net.Mail.MailMessage
this will provide you all the function of the Mail MEssage and


you have to use
SmtpClient objName=new SmtpClient();
client.Credentials = new System.Net.NetworkCredential("your emailAddress", "your Passowrd");
client.Host = "host name ";
client.Port = port on which number;
client.EnableSsl = true;

should try this in youor code..
Do let me know if u have any problem or not
AnswerRe: MailMessage Pin
Gayani Devapriya3-Jun-08 8:20
Gayani Devapriya3-Jun-08 8:20 
QuestionDetailsView Fields Pin
DanB19833-Jun-08 5:03
DanB19833-Jun-08 5:03 
AnswerRe: DetailsView Fields Pin
DanB19833-Jun-08 5:27
DanB19833-Jun-08 5:27 
QuestionI'm needing a module Test Online, pls help me. Pin
Vunt15103-Jun-08 4:09
Vunt15103-Jun-08 4:09 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
eyeseetee3-Jun-08 4:15
eyeseetee3-Jun-08 4:15 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
MHASSANF3-Jun-08 4:16
MHASSANF3-Jun-08 4:16 
GeneralRe: I'm needing a module Test Online, pls help me. Pin
Vunt15109-Jun-08 17:25
Vunt15109-Jun-08 17:25 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
Christian Graus3-Jun-08 5:17
protectorChristian Graus3-Jun-08 5:17 
QuestionWeb Client Software Factory Pin
Brendan Vogt3-Jun-08 4:00
Brendan Vogt3-Jun-08 4:00 
AnswerRe: Web Client Software Factory Pin
eyeseetee3-Jun-08 4:14
eyeseetee3-Jun-08 4:14 
QuestionSum Integer Values [modified] Pin
Mr. Wonderful3-Jun-08 3:26
Mr. Wonderful3-Jun-08 3:26 
AnswerRe: Sum Integer Values Pin
Colin Angus Mackay3-Jun-08 3:44
Colin Angus Mackay3-Jun-08 3:44 
AnswerRe: Sum Integer Values Pin
Mr. Wonderful3-Jun-08 3:57
Mr. Wonderful3-Jun-08 3:57 
AnswerRe: Sum Integer Values [modified] Pin
Yusuf3-Jun-08 9:34
Yusuf3-Jun-08 9:34 
GeneralRe: Sum Integer Values Pin
Mr. Wonderful3-Jun-08 21:16
Mr. Wonderful3-Jun-08 21:16 
Questionajaxtoolkit problem Pin
Miss Maheshwari3-Jun-08 2:33
Miss Maheshwari3-Jun-08 2:33 
AnswerRe: ajaxtoolkit problem Pin
Miss Maheshwari3-Jun-08 19:22
Miss Maheshwari3-Jun-08 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.