hola!
tengo una consulta, como puedo añadir imagenes para que se vean en el cuerpo del corre, no me deja agregarlas, no se ven al momento de enviarlas, ayuda por favor.
You mean body of the email ??
For adding images in the gmail, Send using HTML body
But the catch is - Images should be kept in a shared location and the URL should be embedded in the HTML
whoever have access to this image to the shared location - they can see the images. So make sure that the image location and file is shared to everyone in the organization
si en el cuerpo del correo, body
For adding images in the gmail, Send using HTML body
But the catch is - Images should be kept in a shared location and the URL should be embedded in the HTML
whoever have access to this image to the shared location - they can see the images. So make sure that the image location and file is shared to everyone in the organization
Use below site to generate HTML for your expected content. Hope it is accessible
then instead of the image URL - keep your image where it is hosted
Hi @mively
- Assign Activity (to create HTML content):
emailBody = "<html><body><h1>Your Email Title</h1><p>This is a paragraph of text.</p><img src='file:///C:/Images/yourimage.png' alt='Image Description' /></body></html>"
- Send SMTP Mail Message Activity:
To:recipient@example.com
Subject:Your Subject Here
Body:emailBody
IsBodyHtml:True
Found helpful, mark as a solution.
Happy Automation.
Refer this solution.