Hello friends.
I'm trying to send an eMail with html format, but I can't. Any help, please.
cText := <!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Resúmen de cuenta</title>
</head>
<body>
</body>
</html>
DEFINE MAIL oMail ;
SUBJECT "Mejoras para Ud." ;
TEXT cTEXT ;
TO cCorreo ;
FROM USER
ACTIVATE MAIL oMail
Muchas gracias
Saludos
Ruben Dario Fernandez