10-29-2013, 12:21 PM
Hello there,
I have this simple code:
Function teste
I want to make the "Hello there" part bold when it creates the e-mail.
Can I do that?
Thank you very much!
I have this simple code:
Function teste
str s
s= "Hello there[]Test!"
run s.from("mailto:[email protected]?subject=Envio%20de%20indisponibilidade" "&body=" s)
I want to make the "Hello there" part bold when it creates the e-mail.
Can I do that?
Thank you very much!