Tried this and in body it shows text, but when message received it shows as a link that can be clicked on.
Simple template - TESTHTML.PM5
Title Test HTML Template
string TO: "" "Msg TO:" 0 Address
set To = "~vTO:~"
set Subject = "HTML TEST Message"
insert "<\"http://setzco.dyndns.org:8081\"> ~z"
insert "~z"
Run template and it prompt for the To field then send.
Shows body with regular text, but not as a link.
Send message and receive it, the the link is highlighted and allows opening as link.
Think have a back-slash in front of any quotes in string was required.
Also, in typing message I had to enter double less than and double greater than signs to get it to show in the preview screen. Don't know if that helps. Without the backslash quotes it didn't work.
Have been playing with creating a regular template to duplicate the TPHONE extension mostly, so ran into some issues in doing that.
Someone mentioned that in V5 the TPhone extension may be gone. Don't know if it is really useful, but wanted to try..
Hope this helps.
Tried this and in body it shows text, but when message received it shows as a link that can be clicked on.
Simple template - TESTHTML.PM5
Title Test HTML Template
string TO: "" "Msg TO:" 0 Address
set To = "~vTO:~"
set Subject = "HTML TEST Message"
insert "<<\"http://setzco.dyndns.org:8081\">> ~z"
insert "~z"
Run template and it prompt for the To field then send.
Shows body with regular text, but not as a link.
Send message and receive it, the the link is highlighted and allows opening as link.
Think have a back-slash in front of any quotes in string was required.
Also, in typing message I had to enter double less than and double greater than signs to get it to show in the preview screen. Don't know if that helps. Without the backslash quotes it didn't work.
Have been playing with creating a regular template to duplicate the TPHONE extension mostly, so ran into some issues in doing that.
Someone mentioned that in V5 the TPhone extension may be gone. Don't know if it is really useful, but wanted to try..
Hope this helps.