This is a discussion on "CDOSYS problem" within the Classic ASP section. This forum, and the thread "CDOSYS problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
CDOSYS problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
CDOSYS problem
A couple of weeks ago our confirmation emails have stopped working. When I check the event log on our server and for each mail that is meant to be sent I get the following warning event :-
Message delivery to the remote domain <'mydomain.com'> failed. The error message is 'An SMTP protocol error occurred. '. The SMTP verb which caused the error is 'RCPT'. The response from the remote server is '550-EHLO/HEL0 argument <(name of the machine)> must be a syntactically-valid 550 fully-qualified domain nam'. Nothing has changed around this area so i'm not really sure why this problem started. Any help would be appreciated. Thanks Last edited by Ranger; Dec 13th, 2005 at 11:22. |
|
|
|
#2
|
||||
|
||||
|
Re: CDOSYS problem
I realise nothing has changed, but please post your code.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#3
|
|||
|
|||
|
Re: CDOSYS problem
Hi - sorry, when i said nothing has changed I meant there has been no code changes. And there has been no code changes since i started working on this project.
Thanks Here is the code :-
|
|
#4
|
||||
|
||||
|
Re: CDOSYS problem
Hmmm.... maybe the machine has been patched recently and some settings have changed.....
Sometimes it is a requirement lately to make sure that the FROM address is an address on the websites domain AND actually exists..... maybe something you can look at.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#5
|
|||
|
|||
|
Re: CDOSYS problem
Thats a possibility. I will have a look and post back on how I get on.
MMMMmm in fact not really sure how to do that as our web server is co-located and just on a workgoup and with a couple of users added to allow remote desktop in. Funnily enough the current mail from address is from a user/domain on our network. Thanks Last edited by Ranger; Dec 13th, 2005 at 16:49. |
|
#6
|
|||
|
|||
|
Re: CDOSYS problem
Hi
Still having no luck finding any information on this subject. Does anybody have any suggestions to help. Thanks. FAO Rob - When you said the FROM address may have to be an address on the websites domain. No users have email addresses set up so i'm not really sure how to do that. Cheers Nickie |
|
#7
|
|||
|
|||
|
Re: CDOSYS problem
Hi
I have found the 'Bad Mail' item in 'C:\Inetpub\mailroot\Badmail' and there is a tad more information in it. Final-Recipient: rfc822;me@mydomain.com Action: failed Status: 5.0.0 Diagnostic-Code: smtp;550-EHLO/HEL0 argument (<mywebserverdomain>) must be a syntactically-valid 550 fully-qualified domain name or address literal Not actually sure what 'rfc822' is in the line 'Final-Recipient:' Cheers |
|
#8
|
||||
|
||||
|
Re: CDOSYS problem
Quote:
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#9
|
|||
|
|||
|
Re: CDOSYS problem
OK - fixed it last night.
The problem was that when sending a text e-mail using a 'remote server' the smtpserver field in the configuration object needs to point to a domain which is the same as whats in the FROM address. The only thing i cant work out is why it stopped working on our web server as no settings or code was changed but the IP address being used was that of our web server. So i changed this to point to our exchange server (on a different location/network) and it worked. Thank god for that as I didn't want to worry about that over the festivities. Cheers |
![]() |
| Tags |
| cdosys, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First image problem and inline list problem | konnor5092 | Web Page Design | 8 | Dec 1st, 2007 09:08 |
| Having Problems with cdosys emails | Phil | Classic ASP | 1 | Sep 12th, 2007 17:23 |
| Creating a contact form on homepage with ASP & CDOSYS? | Foobster | Classic ASP | 0 | Aug 14th, 2007 09:01 |
| CDOSYS Mail | marcuscoker | Classic ASP | 2 | Mar 17th, 2006 06:03 |
| CDOSYS | AndyP | Hosting & Domains | 2 | Sep 7th, 2005 12:15 |