Hola amigos:

Dejo un Sample basado en el magnifico trabajo 
aportado  DaNiElMaXiMiLiAnO con su Sample
CDOsys de envio de Correo.

Mi aportación se basa en poder generar páginas
HTML que estén incrustadas dentro del correo 
que estamos mandando.

Mis pruebas se han basado mediante Gmail y atraves
de Outlook como intermediario del  envío de correo
Yahoo lo he descartado por el tema de Permisos.

Muy importante: Lo primero que se tiene es otorgar
permisos al Remitente del correo,  si no dará Error

Errores que no he podido subsanar:
El envío de página HTML incrustada con logo jpg 
ó gif animado, con fondo de color y tipo de letra
a funcionado desde la aplicación a la cuenta de 
correo Gmail -- OK!!!--

el mismo caso mandado correo a Yahoo ,no sale el
fondo en color ni el símbolo del logo, solo sale 
un recuadro.

Desde intermediario Outlook:
en la copia que se queda en Outlook esta perfecto 
todo completo fondo , logo y tipo de letra (correcto)

Pero cuando llega a Gmail no sale el Logo resto bien
con  Yahoo  a trabes de Outlook lo mismo sin color
de fondoy sin Logo

He leído en la web que mediante Outlook
se tendría que poner el logo como un Attached  
y el código de la pagina HTML  tendría que ser 
por ejemplo:  

<IMG SRC="cid:c:\Mail_CDOsys_2020\Logos_Html\Logo.jpg" id= "1" />   // cid: = (CONTENT-ID)  ??

colocar el fichero "Logo.jpg" Como Attached  <==  No esta funcionado

Actualmente el programa está con este código 

<IMG SRC="c:\Mail_CDOsys_2020\Logos_Html\Logo.jpg"/>
sin ningún Attached relacionado <==  No esté funcionado

Conclusión solo está funcionando correctamente 
los eMail desde el programa hasta Gmail

Las demás formulas ignoro si pueden tener solución.

PD : Ver los Errores en los jpg de carpeta  Help_Config

Un cordial Saludo

Mustafa López



********************************************************************************

Hello friends:

I leave a Sample based on the magnificent work
provided DaNiElMaXiMiLiAnO with its Sample
Mail delivery CDOsys.

My contribution is based on being able to generate pages
HTML that are embedded within the email
that we are sending.

My tests have been based on Gmail and through
Outlook as an intermediary for sending mail
Yahoo I have discarded it because of the Permissions issue.

Very important: The first thing you have is to grant
permissions to the sender of the mail, otherwise it will give Error

Errors that I have not been able to correct:
Sending HTML page embedded with jpg logo
or animated gif, with colored background and font
to worked from the application to the account
Gmail email -- OK!!!--

The same case sent mail to Yahoo, the
colored background nor the logo symbol, only
a box.

From Outlook broker:
in the copy that remains in Outlook is perfect
all complete background, logo and font (correct)

But when it reaches Gmail, the Logo does not come out well.
with Yahoo through Outlook the same without color
Background and without Logo

I have read on the web that using Outlook
the logo should be put as an Attached
and the code of the HTML page should be
for example:

<IMG SRC = "cid: c:\Mail_CDOsys_2020\Logos_Html\Logo.jpg" id = "1" /> // cid: = (CONTENT-ID) ??

put the file "Logo.jpg" As Attached <== It is not working

Currently the program is with this code

<IMG SRC = "c:\Mail_CDOsys_2020\Logos_Html\Logo.jpg" />

without any Attached related <== Not working

Conclusion is only working properly
the eMails from the program to Gmail

The other formulas I do not know if they can have a solution.

PS: See the Errors in the Help_Config folder jpg

A cordial greeting

Mustafa Lopez





















































