Forum Discussion

RokuKevin's avatar
RokuKevin
Visitor
13 years ago

Screen email option

We do not have native email support. We do however, have socket support. So.... If you are up to the challenge, you could use the roStreamSocket to connect directly to port 25 and write your own SMTP headers and send the email.

--Kevin

1 Reply

  • destruk's avatar
    destruk
    Streaming Star
    That would be some challenge - you would probably need to prompt the end user for their ISP's smtp server since most external servers have "relaying denied", as well as their SMTP server user name and password.
    A more practical/easier solution would be to send an html request to your hosting server, and have it run a script to send the actual email through your server's smtp provider. That's what our channels that require email do for html/plaintext hybrid emails.