PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → email and images
email and images
Débuté par Huib Preij, 20 juin 2006 23:41 - 4 réponses
Posté le 20 juin 2006 - 23:41
I want to sent emails in Windev 10. In the email I want to place one or more images.
But the image is not in the email thers is only a reference to the image:

When I sent this email the image is not sent, only the reference.
What shall I do?
Thanks,
Huib.
Posté le 21 juin 2006 - 08:06
I want to sent emails in Windev 10. In the email I want to place one or more images.
But the image is not in the email thers is only a reference to the image:

When I sent this email the image is not sent, only the reference.
What shall I do?
Thanks,
Huib.

this is the reference:
"img with@0 height00 src="c:\map\image.jpg"
I did not wrote the < and >
Posté le 21 juin 2006 - 08:06
I want to sent emails in Windev 10. In the email I want to place one or more images.
But the image is not in the email thers is only a reference to the image:

When I sent this email the image is not sent, only the reference.
What shall I do?
Thanks,
Huib.

this is the reference:
""
Posté le 21 juin 2006 - 08:06
I want to sent emails in Windev 10. In the email I want to place one or more images.
But the image is not in the email thers is only a reference to the image:
""
When I sent this email the image is not sent, only the reference.
What shall I do?
Thanks,
Huib.
Posté le 21 juin 2006 - 11:58
Hi,

Do you use the HTML fiels of the email structure ? It's the only way to include the image on the body of your mail...

In the right place of your HTML code, include the path of you image

Regards

Fred