Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embed images in emails
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01237212
Message ID:
01237245
Vues:
14
Thanks Mike, I already solved that problem, as you can see in ine of my prev messages on this thread.

BTW, in my searches, I found a great article of yours, regarding emails at "AtoutFox". GREAT article !

Congratulations and thank you !

Regards

CEsar


>Send a whole webpage with CDO
>
MSG = createobject("CDO.Message")
>oMSG.To = "me@nowhere.com"
>oMSG.From = "me@nowhere.com"
>oMSG.Subject = "Hello Email"
>oMSG.CreateMHTMLBody("http://www.microsoft.com";)
>oMSG.Send()
>
>
>>Hi,
>>
>>I've been using CDOSys to send emails for some years, and now I'd like to add several images in the HTML code, but I'm having some troubles.
>>
>>I know I can publish the pictures on my web site and then just use an absolute link to them in the html code, like this, i.e., img src="http://mydomain.com/images/image.gif"
>>
>>But obviously this is not the best way to do, since for this case some pictures will be specific to each receiver.
>>
>>Can someone tell me how can I embed the image in the email body ? Preferrably, using CDOSYS.
>>
>>Thanks in advance
>>
>>Cesar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform