Ask a Question related to ASP, Design and Development.
-
David #1
SMTP for ASP
Hi Group,
I'm having a few problems with getting an SMTP server configured on my
Windows 2000 Server web server. My web server is co-located at my hosts and
i use VNC to remotely access the web server. Acting on advice from my host
IIS's SMTP server has been disabled by running the IIS lockdown Tool. I
have internal access to my hosts SMTP server where i can send mail from my
web site to my own domain email address only, i am not allowed to send email
external address.
Does anyone know of a SMTP server that i can use to send emails from my ASP
website?
My host suggested Jmail for doing the job. I installed JMail on my web
server but i am getting the following error:
"The message was undeliverable. All servers failed to receive the message"
Can anyone tell me what this error is?
Can anyone tell me how to fix this problem?
I am correct in my understanding that JMail has its own SMTP server?
How can i test to see if JMail is working?
after installing JMail do i include my web server IP address as the SMTP
server?
Thanks in advance for any help received
David
David Guest
-
CDO and SMTP
I want to use the CDO instead of CDONTS running via Server 2003. Within the sample code it asks for the SMTP server name. Once I've installed the... -
PHP 5 & SMTP
Anyone know if PHP 5 has built in support for communicating with SMTP servers that require a username and password? Right now, as everyone knows,... -
POP before SMTP
Hi all, a friend using Windows wanted to send mail, but he got timeout errors after editing php.ini Mail section smtp = smtp.server.com... -
How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)
Dear all, Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86). Thanks! -
SMTP
I am having a problem with sending mail via system.web.mail. When I send the file shows up in the queue folder so something is not letting it go,... -
Ken Schaefer #2
Re: SMTP for ASP
JMail does not have its own SMTP server. You need to specify a SMTP server
(by IP Address, or by domain name). It uses TCP sockets to connect to the
server (which can be local or remote). This contrasts with CDONTS which can
only use the local IIS SMTP server.
Cheers
Ken
"David" <db010a6370@blueyonder.co.uk> wrote in message
news:uCSLONnhDHA.1932@TK2MSFTNGP11.phx.gbl...
: Hi Group,
: I'm having a few problems with getting an SMTP server configured on my
: Windows 2000 Server web server. My web server is co-located at my hosts
and
: i use VNC to remotely access the web server. Acting on advice from my
host
: IIS's SMTP server has been disabled by running the IIS lockdown Tool. I
: have internal access to my hosts SMTP server where i can send mail from my
: web site to my own domain email address only, i am not allowed to send
email
: external address.
:
: Does anyone know of a SMTP server that i can use to send emails from my
ASP
: website?
:
:
: My host suggested Jmail for doing the job. I installed JMail on my web
: server but i am getting the following error:
:
: "The message was undeliverable. All servers failed to receive the message"
:
: Can anyone tell me what this error is?
: Can anyone tell me how to fix this problem?
: I am correct in my understanding that JMail has its own SMTP server?
: How can i test to see if JMail is working?
: after installing JMail do i include my web server IP address as the SMTP
: server?
Ken Schaefer Guest
-
WIlliam Morris #3
Re: SMTP for ASP
JMail needs you to supply it with the address of an SMTP server. In the
applications I've been writing, I've been using our ISP's SMTP address very
successfully for more than a year.
Regards,
--
William Morris
Product Development, Seritas LLC
"David" <db010a6370@blueyonder.co.uk> wrote in message
news:uCSLONnhDHA.1932@TK2MSFTNGP11.phx.gbl...and> Hi Group,
> I'm having a few problems with getting an SMTP server configured on my
> Windows 2000 Server web server. My web server is co-located at my hostshost> i use VNC to remotely access the web server. Acting on advice from my> IIS's SMTP server has been disabled by running the IIS lockdown Tool. I
> have internal access to my hosts SMTP server where i can send mail from my
> web site to my own domain email address only, i am not allowed to sendASP> external address.
>
> Does anyone know of a SMTP server that i can use to send emails from my> website?
>
>
> My host suggested Jmail for doing the job. I installed JMail on my web
> server but i am getting the following error:
>
> "The message was undeliverable. All servers failed to receive the message"
>
> Can anyone tell me what this error is?
> Can anyone tell me how to fix this problem?
> I am correct in my understanding that JMail has its own SMTP server?
> How can i test to see if JMail is working?
> after installing JMail do i include my web server IP address as the SMTP
> server?
>
>
> Thanks in advance for any help received
>
> David
>
>
WIlliam Morris Guest



Reply With Quote

