473,378 Members | 1,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

ASP sending form via email - CDONTS / SMTP problem

I have Road Runner cable internet access and Im working in a local
development environment (writing .ASP) and have a site running on my
network on a windows xp pro machine via IIS with CDONTS installed.

When I try to send a confirmation email (simple text) via CDONTS the
message is built but remains on the server in the QUEUE folder ... how
can I tweak the SMTP settings on the server to allow me to send email
out from the server...

just the occassional test as I develop sites - not looking to spam and
have a fairly full featured router to block external access to SMTP
machine so its not abused.

Dec 11 '07 #1
3 3280
"tamaker" <ta*****@gmail.comwrote in message
news:88**********************************@d61g2000 hsa.googlegroups.com...
I have Road Runner cable internet access and Im working in a local
development environment (writing .ASP) and have a site running on my
network on a windows xp pro machine via IIS with CDONTS installed.

When I try to send a confirmation email (simple text) via CDONTS the
message is built but remains on the server in the QUEUE folder ... how
can I tweak the SMTP settings on the server to allow me to send email
out from the server...

just the occassional test as I develop sites - not looking to spam and
have a fairly full featured router to block external access to SMTP
machine so its not abused.
Check the logs. Most likely your ISP is blocking it. Some don't allow SMTP
traffic to port 25 except to their own servers. This makes it more
difficult for SPAMBOTs.

BTW, use CDOSYS not CDONTS its deprecated on Win2000/XP.

--
Anthony Jones - MVP ASP/ASP.NET

Dec 11 '07 #2
On Dec 11, 12:21 pm, "Anthony Jones" <A...@yadayadayada.comwrote:
"tamaker" <tama...@gmail.comwrote in message

news:88**********************************@d61g2000 hsa.googlegroups.com...
I have Road Runner cable internet access and Im working in a local
development environment (writing .ASP) and have a site running on my
network on a windows xp pro machine via IIS with CDONTS installed.
When I try to send a confirmation email (simple text) via CDONTS the
message is built but remains on the server in the QUEUE folder ... how
can I tweak the SMTP settings on the server to allow me to send email
out from the server...
just the occassional test as I develop sites - not looking to spam and
have a fairly full featured router to block external access to SMTP
machine so its not abused.

Check the logs. Most likely your ISP is blocking it. Some don't allow SMTP
traffic to port 25 except to their own servers. This makes it more
difficult for SPAMBOTs.

BTW, use CDOSYS not CDONTS its deprecated on Win2000/XP.

--
Anthony Jones - MVP ASP/ASP.NET
Thanks for the reply (and note re: multi posting -- my bad.)...
Followup question: is there a work around (changing the port) that
might allow me to use cdonts ( and would moving to CDOSYS - which I'll
do anyway prior to launch of the application/site) make working around
the ISP port blocking issue any less of a problem?)

Thanks again.

Dec 12 '07 #3


"tamaker" <ta*****@gmail.comwrote in message
news:a0**********************************@n20g2000 hsh.googlegroups.com...
On Dec 11, 12:21 pm, "Anthony Jones" <A...@yadayadayada.comwrote:
"tamaker" <tama...@gmail.comwrote in message
news:88**********************************@d61g2000 hsa.googlegroups.com...
I have Road Runner cable internet access and Im working in a local
development environment (writing .ASP) and have a site running on my
network on a windows xp pro machine via IIS with CDONTS installed.
When I try to send a confirmation email (simple text) via CDONTS the
message is built but remains on the server in the QUEUE folder ... how
can I tweak the SMTP settings on the server to allow me to send email
out from the server...
just the occassional test as I develop sites - not looking to spam and
have a fairly full featured router to block external access to SMTP
machine so its not abused.
Check the logs. Most likely your ISP is blocking it. Some don't allow
SMTP
traffic to port 25 except to their own servers. This makes it more
difficult for SPAMBOTs.

BTW, use CDOSYS not CDONTS its deprecated on Win2000/XP.

--
Anthony Jones - MVP ASP/ASP.NET

Thanks for the reply (and note re: multi posting -- my bad.)...
Followup question: is there a work around (changing the port) that
might allow me to use cdonts ( and would moving to CDOSYS - which I'll
do anyway prior to launch of the application/site) make working around
the ISP port blocking issue any less of a problem?)
Nope the port 25 is the port that the SMTP server is listening on. You
can't change that its on someone elses server.

Nope CDOSYS won't fix this either (else I wouldn't have prefixed BTW).

For testing purpose why don't you configure your code to use your ISPs SMTP
server directly?

--
Anthony Jones - MVP ASP/ASP.NET
Dec 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Robert Suffecool | last post by:
Hello everyone, I'm having problems getting the virtual SMTP server (in IIS) from sending an email message that was created from an ASP script. The messages are stored in the...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
5
by: BVM | last post by:
Hi: I have a problem when sending large email(more than 20Mb) from a web page. I got timeout error. How to overcome this problem? I am thinking to have a thread to send email. Once the thread...
2
by: NagaKiran | last post by:
Hi Please help me.. I have a VB application. I want to send an email using SMTP. I have mailing server "mail.supremeserver11.com". I want to send mail through this server. How can I send?
4
by: Roger Withnell | last post by:
I'm sending Russian text in an email generated from the website which displays in the email as ?????????? The website is set to codepage 65001 and the charset to utf-8. Please advise. ...
2
by: | last post by:
I want to send email without Smtp Server. We have a Imail Server installed on our web server which requires Smtp server is not working on it. When i disable Smtp Server on the local machine Cdo...
8
by: Akbur | last post by:
Dear all, I'm having major issues sending an email from my ASP.NET app. I'm getting a "Could not create 'CDO.Message' object". When I did a search for cdosys.dll in \win_location\system32, I...
1
by: si_owen | last post by:
Hi Guys, I have been trying to update my existing email routine within my .net v2 web app website, I currently have the following code: Dim GroupMailSender As New...
5
by: WaluigiCubed | last post by:
Hello everyone: I've been working on making some changes to the website for the company that I am currently an intern for. There is a function that they have in one of their files that uses...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.