
RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2012
12:11 PM
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
--Kevin
1 REPLY 1
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2012
04:16 PM
Re: Screen email option
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.
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.