Eljefegeneo
Still trying to learn
- Local time
- Today, 01:05
- Joined
- Jan 10, 2011
- Messages
- 902
I have some code that sends an email with the body of it in HTML format. I have the code item
I am using MS Outlook to send the emails.
If I use .Display and then send the email manually, all is well. My Icons at the bottom of the email appear complete with the hyperlink code imbedded.
But if I use .Send, then the icons in the bottom of my email with hyperlinks encoded so not show up. What I get is something like this:
I am using a recordset for the email addresses, anywhere from 10 to 500 at a time.
Is there any way to solve this?
Code:
[FONT="]myMailObj.BodyFormat = olFormatHTML[/FONT]
If I use .Display and then send the email manually, all is well. My Icons at the bottom of the email appear complete with the hyperlink code imbedded.
But if I use .Send, then the icons in the bottom of my email with hyperlinks encoded so not show up. What I get is something like this:
Code:
[FONT="][URL="http://www.panambc.com"][COLOR=blue]<IMG border=0 hspace=0 alt='' src= C:\Users\Gene\Desktop\EmailBlast\Pab1.jpg ? align=baseline>[/COLOR][/URL][URL="https://www.facebook.com/PanAmBc/"][COLOR=blue]<IMG border=0 hspace=0 alt='' src= C:\Users\Gene\Desktop\EmailBlast\FaceBook.jpg ? align=baseline>[/COLOR][/URL][URL="https://www.youtube.com/user/panambc?ob=0&feature=results_main"][COLOR=blue]<IMG border=0 hspace=0 alt='' src= C:\Users\Gene\Desktop\EmailBlast\YouTube.jpg ? align=baseline>[/COLOR][/URL][URL="https://www.radiopanam.com/listen/"][COLOR=blue]<IMG border=0 hspace=0 alt='' src= C:\Users\Gene\Desktop\EmailBlast\RadioPA.jpg ? align=baseline>[/COLOR][/URL] [/FONT]
Is there any way to solve this?