Attempting to use Mike Gagnon's code from the FAQ:
oMSG = createobject("CDO.Message"
oMSG.To = "john@jrdonohue.com"
oMSG.From = "education@pauldonohuepresents.com"
oMSG.Subject = "Hello Email"
oMSG.HTMLBody = [< b >< P >< FONT COLOR="#CC0000" >Hello In Color< /FONT >< /b >]
oMSG.Send()
Begins to execute, then error message:
OLE IDispatch exception code 0 from CDO.message.1: The transport failed to connect to the server.
I am in XP Home, not Pro, is that the problem? Outlook 2002 is mail client. That 'education' in email address is valid account. VFP 7.00. Other Fox to email ideas found in this forum working.
oMSG = createobject("CDO.Message"
oMSG.To = "john@jrdonohue.com"
oMSG.From = "education@pauldonohuepresents.com"
oMSG.Subject = "Hello Email"
oMSG.HTMLBody = [< b >< P >< FONT COLOR="#CC0000" >Hello In Color< /FONT >< /b >]
oMSG.Send()
Begins to execute, then error message:
OLE IDispatch exception code 0 from CDO.message.1: The transport failed to connect to the server.
I am in XP Home, not Pro, is that the problem? Outlook 2002 is mail client. That 'education' in email address is valid account. VFP 7.00. Other Fox to email ideas found in this forum working.