Hi,
Im using a procedure for send mail, this use a utl_smtp package from oracle with the header:
'Mime-Version: 1.0' || crlf ||
'Content-Type: text/html; ' || crlf ||
'Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || crlf ||
'From: ' || from_name || crlf ||
'Subject: ' || subject || crlf ||
'To: ' || to_name || crlf ||
message || crlf ;
This is working, the problem is: My message appears ok, this way I have written in Notes but in MS Outlook not, the message appears broken, its change many caracters for others like '=3D', or simply put caracters crazilly...
Someone knows why this happens?
thanks
Aline
Im using a procedure for send mail, this use a utl_smtp package from oracle with the header:
'Mime-Version: 1.0' || crlf ||
'Content-Type: text/html; ' || crlf ||
'Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || crlf ||
'From: ' || from_name || crlf ||
'Subject: ' || subject || crlf ||
'To: ' || to_name || crlf ||
message || crlf ;
This is working, the problem is: My message appears ok, this way I have written in Notes but in MS Outlook not, the message appears broken, its change many caracters for others like '=3D', or simply put caracters crazilly...
Someone knows why this happens?
thanks
Aline