'obj is an Object (from the Door library).
Sub App_Start
SMTP.New1(...)
msg.New1
obj.New1(false) 'initalize once.
msg.AddTo("some@email.com")
msg.Subject = "test"
q = Chr(34)
msg.Body = "this is a <a href="&q&"http://www.b4x.com"&q&">test</a>."
msg.From = "me@me.com"
obj.Value = msg.Value
[B]obj.SetProperty("IsBodyHtml",true)[/B]
SMTP.Send(msg.Value)
End Sub
I want to create a mailprog, where you can create and send mails to a group. And i want to create that mail in htmlformat, so with fonts, background colors, pictures and so on...
Thanks for all your good tips.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.