ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: vrinfo on January 15, 2008, 02:01:26 pm

Title: Sending email to list - subject and content stripped
Post by: vrinfo on January 15, 2008, 02:01:26 pm
Whilst the email sent clearly has a subject and content when entered, the processmsg routine strips them from the outgoing message, which is then delivered correctly addressed but without the payload.

What should I check.

As before I am running tests on Windows 2003, with mysql 5.0.37

Thanks in anticipation
Title: Sending email to list - subject and content stripped
Post by: DW on January 15, 2008, 06:54:20 pm
Could you be sending HTML email without a text version?  A text copy is required for email clients who don't support HTML or have it disabled.  To avoid having to create two copies of your message you could use a message code of the type "Link to HTML" as your text message.

Please let me know if this is not the cause of what you are experiencing.

Regards
Title: Content & message stripping - issue found
Post by: vrinfo on January 16, 2008, 10:01:19 am
The problem is exhibited if you define users as HTML + TEXT and then simply send these users a text message ( without defining any HTML ).

I would have expected the code to assume if HTML option was absent that the text message should be sent properly. However the processmsg routine doesn't seem to put the subject and message into its $outarr. I have fixed it by changing the user definitions - but this feels like a workaround rather than the proper behaviour.

After all isn't it reasonable to sometimes want simply to send a text message to users who could receive HTML messages ?

Comments ?
Title: Sending email to list - subject and content stripped
Post by: DW on January 17, 2008, 04:49:10 pm
Yes, of course.  All users default to HTML+Text and many of my clients send text-only email.

Could your global message codes have disappeared?  There is a rare bug that seems to make this happen. (I think it's when lists are deleted a certain way) When there are no codes to be processed for a message it comes out blank, so you should have at least one Global Code at all times...

Regards