I have a web application that generates several MHTML emails from web pages. The emails work fine except that I want to CC the emails to a public folder to have a record of what was sent.
When I try to send (to, CC , or BCC) a CDO Email created using the CreateMHTMLBody property to send to my mail enabled public folder I get a delivery refusal. "The message reached the recipient's e-mail system, but delivery was refused. . . ."
I can send email to it from the application using the textbody property. And I can forward the MHTML generated email from my mailbox to the public folder so I know the HTML isn't a problem for the public folder.
Any ideas on why I can't use the CreateMHTML property to send email to a public folder?
When I try to send (to, CC , or BCC) a CDO Email created using the CreateMHTMLBody property to send to my mail enabled public folder I get a delivery refusal. "The message reached the recipient's e-mail system, but delivery was refused. . . ."
I can send email to it from the application using the textbody property. And I can forward the MHTML generated email from my mailbox to the public folder so I know the HTML isn't a problem for the public folder.
Any ideas on why I can't use the CreateMHTML property to send email to a public folder?