Email in Scripts

From Hostek.com Wiki
Revision as of 18:40, 22 November 2012 by Briana (Talk | contribs)

Jump to: navigation, search

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.


ASP Sample

.NET Sample

ColdFusion Sample

PHP Sample