Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2006, 10:33 PM
Authorized User
 
Join Date: Jun 2006
Posts: 47
Thanks: 0
Thanked 2 Times in 2 Posts
Default SMTP Problem

Actually i have a SMTP server. that is configured properly as mails are going thru it.

we got two servers other then mail server.
one is development and other production.
from development server mails are goin from both ASP and .NET applications
same access i have given to production server also but mails are goin from .NET applications but not from ASP...


Can anyone help...your help is appreciated...

Thanks:(


__________________
Komila Kalia
Software Developer
Reliance engineering Associates (P) Ltd.
 
Old August 25th, 2006, 07:39 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

...? What are you using to send your emails? CDONTS?

"The one language all programmers understand is profanity."
 
Old August 26th, 2006, 12:48 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

I had a strange problem like that once. It got solved by sending autenticated mail using a valid UN and PW. The syntax is:

.Item(cdoSendUsername) = "someValidUN"
.Item(cdoSendPassword) = "someValidPW"

If you are using CDONTS it has been depreciated in server 2003. They reccomend using CDOSYS now, the CDONTS dll doesnt even come in th OS anymore.

FYI: To give an indication of OS, mail method, the error and problematic code if possible would get you a quicker solution.

Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
SMTP mail problem akhilesh_g ASP.NET 2.0 Professional 0 August 28th, 2008 01:31 AM
Sending newsletters smtp problem sbramall BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 April 22nd, 2008 02:18 PM
SMTP problem adorable.ashish ASP.NET 2.0 Professional 0 March 7th, 2008 04:36 AM
SMTP problem hastikeyvan ASP.NET 2.0 Professional 3 August 10th, 2006 01:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.