Hi All, Currently I'm writing an application which sends HTML mails to a recipient. The problem is that the recipient uses Groupwise and whem using <dtml-mime type="text/html"> the messages is recieved as an attachment. Has anyone succeeded to write a html mail which is recieved correctly bij Novel Groupwise client? Greetings Ralph van den Houdt
Ralph van den Houdt wrote:
Currently I'm writing an application which sends HTML mails to a recipient. The problem is that the recipient uses Groupwise and whem using <dtml-mime type="text/html"> the messages is recieved as an attachment.
Has anyone succeeded to write a html mail which is recieved correctly bij Novel Groupwise client?
I don't think it's a groupwise problem. Most likely your encoding or charset is set incorrectly in the mail you send. Are you using special characters? What smtp server are you using? I have found examples where Exchange didn't handle malformed messages as well as some *n*x servers. Eg. a message that would be handled well by postix was handled poorly by Exchange. So you need to be more correct for some smtp servers than others. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science
Ralph van den Houdt wrote:
Hi All,
Currently I'm writing an application which sends HTML mails to a recipient. The problem is that the recipient uses Groupwise and whem using <dtml-mime type="text/html"> the messages is recieved as an attachment.
Not sure about Groupwise, but you could try adding: Content-Disposition: inline; to the mime header
participants (3)
-
Chris Beaven -
Max M -
Ralph van den Houdt