Hello, I know/see that MBM is able to handle multipart messages, but how is the code arranged in order to qualify to send as a Text|HTML message?
I've had success in sending the HTML messages and know how to paste the code into MBM, but I cannot find a good source to tell me how to add the text part before the HTML message in order to send a Text|HTML message. I'm guessing it goes something like this:
<mime tag stuff, don't know how to do this part></mime>
<!-- any kind of break before HTML begins?-->
<html>
<body>contents
</body>
</html>
I'm a front-end web designer using Dreamweaver. Most programmers I know told me to write a PHP script for myself to send a multipart message-- not going to happen anytime soon!
I've had success in sending the HTML messages and know how to paste the code into MBM, but I cannot find a good source to tell me how to add the text part before the HTML message in order to send a Text|HTML message. I'm guessing it goes something like this:
<mime tag stuff, don't know how to do this part></mime>
<!-- any kind of break before HTML begins?-->
<html>
<body>contents
</body>
</html>
I'm a front-end web designer using Dreamweaver. Most programmers I know told me to write a PHP script for myself to send a multipart message-- not going to happen anytime soon!