472,143 Members | 1,613 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

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.

Nov 17 '05 #1
1 7919
hi

did rely of SMTP is set?

regards

G.Venkat

-----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 property of smtpmail to theIP 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 CLIENTMACHINE
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 followsSmtpMail.SmtpServer = "127.0.0.1"
SmtpMail.Send(msg)
___________________________________
on my stand alone machine using at home default smtp virtual server is thereand 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 badmailsfolder thereafter
default SMTP virtual server is still there and smtp service is stillrunning.

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 andis using a dial up connection.

And at the office we have a network there is firewall also and we are usinga dsl connection.
Will firewall create a problem.

I have tried changing almost every setting in the properties of the defaultsmtp server

At the office on the server machine I cant find the the defaule smtp vitrualserver when i opend the internet information service .

since i can't find the default smtp virtual server on the server machine icant 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 areshowing SMTP RUNNING in the services list.

For each mail sent three files are ther in the badmails folderone 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 thisPlease help me.

.

Nov 17 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

13 posts views Thread by joe215 | last post: by
3 posts views Thread by JaffaCakes | last post: by
7 posts views Thread by Santosh | last post: by
8 posts views Thread by Marty | last post: by
Dormilich
reply views Thread by Dormilich | last post: by
31 posts views Thread by happyse27 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.