开发者

Create a new mail message

I need to generate a new mail message so that the client just needs to review it and press "Send" on his e-mai开发者_Python百科l client.

My first thougts were about using a "mailto:" URL but that has strong limitations, e.g., I can't have more than N characters.

What is the best way to do this? Most likely the client will have Outlook or Outlook Express but I'm quite reluctant of using automation.


Mailto is the only way we've found to do this in a platform independent manner, and even at that the mailto string needs to be tailored for specific clients.

Otherwise you are looking at automation, which is client specific and that's where the client supports automation.

Sorry I can't be of more help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜