When sending html composed emails, one should add the appropriate headers (as discussed previously on this list, RFC cited, etc.).

The manual for sendMail says "If inHeaders is passed, it should be a semicolon-delimited list of header:value pairs."

A header such as 'Content-Type: multipart/alternative; boundary="--- =123456"; charset="ISO-8859-1"' contains semi-colons itself, which is causing the sendMail routine to hang while trying to parse.

Steve Alex mentioned modifying a copy of the sendMail library, but I'd rather keep and use the originals, if possible. Otherwise my thought is to copy and modify the sendMail function to delimit on a different character.

Am I overlooking some other technique?

--
Bart Alcorn
National Service Center
800-500-6421 x 2360
AIM/iChat: balcornnsc


_______________________________________________
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