Hi Mark

i try with this .inc file :

...
Subject

Company : <%=_form{"RS"}%>
...

All is ok on apple mail but if i try :

...
subject
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>mail</title>
</head>
<body>
<p>company : <%writeln(_form{"RS"})%><br />
</body>
</html>
...

Apple mail don't parse the message as an html format

Regards

Michel


Le 25 oct. 05 à 18:42, Mark Howells a écrit :

If mail.inc is a text file all is ok
But if mail.inc is an html file, mail program don't recognise html code and parse it as a text file



Many mail clients only display a page as HTML if they really "need" to. Try adding an unconvertable element, such as a table, and see what happens.

Regards
Mark Howells

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/



-------------------------------------
Open Mac
11 rue de l'Eglise
57660 Lixing les St Avold
tél : +33 3 87 29 85 58
fax : +33 3 87 29 85 59
--------------------------------------



_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to