Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error using CDO
Message
From
24/02/2010 10:55:30
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01403121
Message ID:
01450766
Views:
63
Hi Sergey,

We're using CDO2000.prg to send mail.
One problem:
If I enter and invalid email address, it still tells me the mesage got sent.

******************************************************************************************
* Send message
PROCEDURE Send

. . . . . . . . . . . . .

IF This.GetErrorCount() > 0
RETURN This.GetErrorCount()
ENDIF

This.oMsg.Send()

RETURN This.GetErrorCount()

ENDPROC

******************************************************************************************

I can't drill down into this.omsg.send. It returns nothing and this.geterrorcount is not > 0.


Can you help?

Thanks,
Deb







>>Hi Sergey. How are you?
>>
>>I just copied the cdo2000 code off your website into cdo2000.prg. Thank you, thank you, thank you...
>>I compiled it, creating cdo2000.fxp. SImple. Beautiful..
>>
>>I double click on my sendmail button and i get the following error:
>>ERROR::1429#send# 146# 0x0000020F The server rejected one or more recipient addresses. The server response was 554 5.7.1 dfroonj@optonline.net Recipient addess rejected: Access denied.
>>
>>Would you help me get this mail going? What do you think?
>>Maybe its the basic authentication stuff?
>
>You have no permissions to rely through the server.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform