How to make
work in mail message?
I quote below from JMP scripting index:
Mail( "test@example.com", "revelation", "JMP is great.", "$SAMPLE_DATA/Big Class.jmp" ); It's about mail function."JMP is great" is the message part. What I want for message part is like this:Hi all,How are you! How to make it work?How to insert <br/> between "Hi all," and "How are you!" I've tried search the community, didn't find the related discussions.Tha...