Sending email

Hi All,

Is it possible with Xojo web to send an email?

I looked at the controls and I do not see a tcpSocket or SMTPSocket control?

Thanks,
All

short answer: yes, it is possible. SMTPSocket works in a web app.

You simply Dim a page property with the type SMTPSocket.