PDA

View Full Version : Server Passwords


cruiser859
2007-01-17, 15:38 PM
This may be a dumb question but.....

I am running a asp.net program that sends mail like (tell a friend and contact page). In the web.conf file I need to authorize the program to email through my server.

What username and password do I use to authorize the program to email through my email server. The site is digixxxx.com and of course the mail server for that site is mail.digixxxx.com.

I set up an email account just for this but that username and password doesn't work.

I get this error message: SendEmail failed:Unable to connect to mail server(s). Please specify a valid mail server, server properties, or check your network connection.


Do I have the mail server address wrong or do I need a more general username and password?

Thanks for any help.

Stewart

DXD
2007-01-17, 16:00 PM
This may be a dumb question but.....

I am running a asp.net program that sends mail like (tell a friend and contact page). In the web.conf file I need to authorize the program to email through my server.

What username and password do I use to authorize the program to email through my email server. The site is digixxxx.com and of course the mail server for that site is mail.digixxxx.com.

I set up an email account just for this but that username and password doesn't work.

I get this error message: SendEmail failed:Unable to connect to mail server(s). Please specify a valid mail server, server properties, or check your network connection.


Do I have the mail server address wrong or do I need a more general username and password?

Thanks for any help.

Stewart

IT can't connect to your mail server so it's not the username and password as it hasn't gotten that far yet.

cruiser859
2007-01-17, 17:28 PM
Chris

Any suggestions on what I should try?

What is the typical address to the webserver?

Is it mail.website.com? Or mail.servername.com?

Thanks

DXD
2007-01-17, 19:23 PM
Chris

Any suggestions on what I should try?

What is the typical address to the webserver?

Is it mail.website.com? Or mail.servername.com?

Thanks


It's whatever you set it up to be.

KyleMulligan
2007-01-18, 10:25 AM
My guess is, if you only have one server, it's probably going to be localhost and, depending on how you have your mail server configured, you MAY not have to provide SMTP authentication details.

cruiser859
2007-01-18, 18:15 PM
Kyle

THANK YOU!!!!

I know it would be something easy.

Thanks

Stewart