Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Email problem
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01142877
Message ID:
01142982
Views:
9
>I've been trying to do a simple email using a VFP table of email addresses. It was suggested that I try a free program called CDO email. http://fox.wikis.com/wc.dll?Wiki~CdoEmail
>
>Here's the code I'm using.
>
>oMSG = createobject("CDO.Message")
>oMSG.From = "myemail@comcast.net"
>oMSG.Subject = "Email subject line"
>oMSG.CreateMHTMLBody("http://home.comcast.net/~kenkrawford/BOG.htm")
>sele emailtable
>scan
>oMSG.To = allt(emailaddress)
>oMSG.Send()
>endscan
>
>The error message that I'm getting says:
>OLE IDispatch exception code 0 from ?: The server rejected the sender address. The server response was: 451 requested action aborted: too many messages on a single connection.
>
>The program bombs after sending 10 or 11 emails.
>I've called Comcast but since this doesn't directly involve Outlook, they are clueless.
>
>I'm a raw newbie at this - any help would be much appreciated.

I'd try Stuart's idea, but something that *might* be an issue - perhaps you're sending out too many emails at one time, like maybe ComCast is doing something to prevent you from actually do bulk emailings like this to keep people from abusing their system (spam) ???
ICQ 10556 (ya), 254117
Previous
Reply
Map
View

Click here to load this message in the networking platform