Ask a Question related to ASP.NET General, Design and Development.
-
MS News #1
Re: Newbie: cannor send email
what about
Did you set
System.Web.Mail.SmtpMail.SmtpServer = "YourSMTPServerName" like
mail.mydomain.com or smtp.YourISPDomain.com
etc..
"Phan Nguyen" <quangbuu@fptnet.com.vn> wrote in message
news:%237uVslxtCHA.1644@TK2MSFTNGP09...times> Hello there,
>
> I try to send mail with the code below:
>
> MailMessage mail = new MailMessage();
> mail.To = "quangbuu@fptnet.com.vn";
> mail.From = "iis";
> mail.Subject = "Test Mail";
> mail.Body = "Testing ASP.NET mail";
> SmtpMail.Send(mail);
>
> The page compiled and run well but no mail is sent, however the mail is
> found in the mailroot\queue directory on my machine. I have tried many> but ot does not work. I am appreciate any suggestions!
>
> I use WindowXp, IIS and Smtp server is running.
>
> Thank you in advance!
>
>
>
>
>
MS News Guest
-
Send email from FMS?
Is it possible to send an email from FMS? If not, how would I go about creating a connection from FMS to a http server running PHP? Just use... -
Group email doesn't send because of bad email
Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,... -
send email
I am trying to build an intranet portal using asp. In this application I have a subsscribe button using which user can can subscribe. I wanted to to... -
send an email from ASP page
Hi, I wish to send the user entered data through email to the Admin. Iam trying to use CDO object but it gives me the following message.. ... -
CDO doesn't send email
Hi, I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: Dim iMsg2 Dim...



Reply With Quote

