Difference between revisions of "Email in Scripts"
From Hostek.com Wiki
m (Briana moved page ASP SMTP to Email in Scripts without leaving a redirect) |
|||
| Line 1: | Line 1: | ||
| − | + | Sending Email via Scripts | |
| − | + | To send email via code or scripts (ie web pages) you can use either the built in SMTP host '''smtpmailer.hostek.net''' which doesn't require a username/password (only from the server) or you can authenticate using your email account, which does require the username and password too. | |
| − | [[Category: | + | __FORCETOC__ |
| + | ==ASP Sample== | ||
| + | ==.NET Sample== | ||
| + | ==ColdFusion Sample== | ||
| + | ==PHP Sample== | ||
| + | |||
| + | |||
| + | [[Category:Email]] | ||
Revision as of 18:40, 22 November 2012
Sending Email via Scripts
To send email via code or scripts (ie web pages) you can use either the built in SMTP host smtpmailer.hostek.net which doesn't require a username/password (only from the server) or you can authenticate using your email account, which does require the username and password too.