Page 1 of 1

Fix: Spinning shows Plain Text in Received Email

PostPosted: Thu Aug 27, 2015 11:18 pm
by Osensnolf
If you use the spins addon and send a test to yourself and it contains plain-text only and is a mess (you will know), show the HTML and replace >{ and put a space between it so that it is > {

This frequently happens if you have a link prior to spun text.


(This is for those who have this issue but are unable to find a solution.)

Re: Fix: Spinning shows Plain Text in Received Email

PostPosted: Fri Aug 28, 2015 8:55 am
by mmm
Osensnolf wrote:If you use the spins addon and send a test to yourself and it contains plain-text only and is a mess (you will know), show the HTML and replace >{ and put a space between it so that it is > {

This frequently happens if you have a link prior to spun text.


(This is for those who have this issue but are unable to find a solution.)


Many thanks for sharing!
;)

Re: Fix: Spinning shows Plain Text in Received Email

PostPosted: Mon Aug 31, 2015 12:02 pm
by Osensnolf
Glad do. This is a bug that I discussed with Maborak a few months ago but it is still there.

Re: Fix: Spinning shows Plain Text in Received Email

PostPosted: Wed Sep 02, 2015 3:31 am
by MaBoRaK
Osensnolf wrote:Glad do. This is a bug that I discussed with Maborak a few months ago but it is still there.



There is a bug in Interspire Email Marketer core with the LINK PARSER ( Text Mode ) where:

Code: Select all
 [http://something.com]Hello123


is different to

Code: Select all
 [http://something.com] Hello123


If you have "
Code: Select all
 [http://something.com]Hello123
" Interspire will take this line as entire link. So, any SpinTAG will be removed causing problems.

Re: Fix: Spinning shows Plain Text in Received Email

PostPosted: Wed Sep 02, 2015 4:59 pm
by mmm
Does this mean one should insert that space?

And in which file should that be done?