I'm running Snitz 3.4.03 and recently installed the Newsletter MOD ver 2.34
When sending newsletters out, you have two choices: Send Email Newsletter as Plain Text or Send Email Newsletter as HTML. None yields an error upon sending, but only the ones in Plain Text arrive.
Could it be related in any way to having the Forum Code 'ON' instead of the HTML Code Under Admin Options/Feature Configuration.
Any suggestion might help. For as insignificant as you think it might be. Thank you!
Some people are afraid of replying if they're not certain about the answer to a question. I encourage you to take educated guesses. A hint can be as useful as the answer itself.
And this is an example of one,
I edited the 'inc_mail_html.asp' and there's no reference to CDOSYS, (as indicated by 'masterao' above) which is the mail system I'm using. I went back to 'inc_mail.asp', copied and pasted the lines for CDOSYS to 'inc_mail_html.asp'. Change the line that says:
objNewMail.TextBody = strMessage
to
objNewMail.HTMLBody = strMessage
and what do you know, Bingo!!! Thank you very much 'masterao'