PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD19 - send email with friendly name
WD19 - send email with friendly name
Iniciado por guest, 07,may. 2015 20:46 - 2 respuestas
Publicado el 07,mayo 2015 - 20:46
Hi,
in my Outlook almost all emails have a friendly sender name.
Where can I put this name, if I use the email-structure in WD.
I tried email.Sender and email.SenderAddress but both are for the actual emailadres.

I send the email using SMTP directly.
Publicado el 07,mayo 2015 - 21:39
Hi Arie

I think it's only necessary to set in your email address a string with the following format:
"Fabrice Harari "

Best regards
Publicado el 08,mayo 2015 - 10:05
Thanks Fabrice,

I think the forum had stripped your example but I get the idea. It works.