Ask a Question related to ASP.NET General, Design and Development.
-
bivin #1
Problem with sending email from asp.net page using smtp
hai
i am requesting your technical support.
please help me.
i have been working with this for five days.
the problem is relating with the smtp.
i am trying to send an email from the asp.net page.
earlier it was showing send using not find error.
this error was solved when set the smtpserver property of smtpmail to the
IP address of my machine.
i have done the coding in vb.net
_____________
AT THE OFFICE
SmtpMail.SmtpServer = "192.127.1.69" IP ADDRESS OF MY CLIENT
MACHINE
SmtpMail.Send(msg)
and set amart host as the name of the server
on the client machine smtp service is running.
on the server smtp service is running
but default smtp virtual server is not there
________________________________
when i tried at my stand alone machine at home i set it as follows
SmtpMail.SmtpServer = "127.0.0.1"
SmtpMail.Send(msg)
___________________________________
on my stand alone machine using at home default smtp virtual server is there
and in the services list smtp is running.
and was able to send mail once.....just once
after that all messages are sent to the queue folder and to the badmails
folder thereafter
default SMTP virtual server is still there and smtp service is still
running.
on the network i was not able to send the message at all
on my stand alone machine which is using at home there is no fire wall and
is using a dial up connection.
And at the office we have a network there is firewall also and we are using
a dsl connection.
Will firewall create a problem.
I have tried changing almost every setting in the properties of the default
smtp server
At the office on the server machine I cant find the the defaule smtp vitrual
server when i opend the internet information service .
since i can't find the default smtp virtual server on the server machine i
cant change any settings in the property.
But int the services list it shows SMTP RUNNING
one default FTP server is there
But on the client machine i can find the default smtp virtual server
There is IIS installed on both client machine and the server. and both are
showing SMTP RUNNING in the services list.
For each mail sent three files are ther in the badmails folder
one them contain the error message.
The specific error code was 0xC00402C7.
What will i do?
Will you require any more information to give a solution for this
Please help me.
bivin Guest
-
PHP sending email problem
Hi all. I am attempting to use php to send an email that contains SESSION variables provided by user forms. In the body of the email, I want to... -
Sending email, problem with onLoad question
Everyone, I have a form that was created in Flash MX2004 Professional. The form is located on a layer called form and startes on frame 10. The... -
sending form data as email using SMTP server ???
How can I take my form data and send it as an email using my SMTP server located @ my ISP using PHP ? my form has several fields: TO: this is... -
problem in sending email
Dear All, I have made a .asp file in order to send email to my email@email.com: <% Set mail = Server.CreateObject ("CDONTS.NewMail") ... -
Sending email using ASP page: how?
"who be dat?" <forgetit@dot.com> wrote in message news:vlhfq5he815u1c@corp.supernews.com... FAQ. See the Windows XP section:... -
venkat #2
Problem with sending email from asp.net page using smtp
hi
did rely of SMTP is set?
regards
G.Venkat
of smtpmail to the>-----Original Message-----
>hai
>
>i am requesting your technical support.
>please help me.
>
>i have been working with this for five days.
>the problem is relating with the smtp.
>i am trying to send an email from the asp.net page.
>
>earlier it was showing send using not find error.
>this error was solved when set the smtpserver propertyOF MY CLIENT>IP address of my machine.
>
>i have done the coding in vb.net
>_____________
>AT THE OFFICE
>SmtpMail.SmtpServer = "192.127.1.69" IP ADDRESSas follows>MACHINE
> SmtpMail.Send(msg)
>and set amart host as the name of the server
>on the client machine smtp service is running.
>on the server smtp service is running
>but default smtp virtual server is not there
>________________________________
>
>when i tried at my stand alone machine at home i set itvirtual server is there>SmtpMail.SmtpServer = "127.0.0.1"
> SmtpMail.Send(msg)
>___________________________________
>
>
>on my stand alone machine using at home default smtpto the badmails>and in the services list smtp is running.
>and was able to send mail once.....just once
>after that all messages are sent to the queue folder andservice is still>folder thereafter
>default SMTP virtual server is still there and smtpis no fire wall and>running.
>
>on the network i was not able to send the message at all
>
>on my stand alone machine which is using at home therealso and we are using>is using a dial up connection.
>
>And at the office we have a network there is firewallproperties of the default>a dsl connection.
>Will firewall create a problem.
>
>I have tried changing almost every setting in thedefaule smtp vitrual>smtp server
>
>At the office on the server machine I cant find the thethe server machine i>server when i opend the internet information service .
>
>since i can't find the default smtp virtual server onvirtual server>cant change any settings in the property.
>But int the services list it shows SMTP RUNNING
>
>one default FTP server is there
>But on the client machine i can find the default smtpserver. and both are>
>There is IIS installed on both client machine and thefolder>showing SMTP RUNNING in the services list.
>
>For each mail sent three files are ther in the badmailsfor this>one them contain the error message.
>The specific error code was 0xC00402C7.
>
>What will i do?
>
>Will you require any more information to give a solution>Please help me.
>
>
>
>.
>venkat Guest



Reply With Quote

