Difference between revisions of "Email in Scripts"
From Hostek.com Wiki
Line 4: | Line 4: | ||
__FORCETOC__ | __FORCETOC__ | ||
− | ==ASP Sample== | + | ==ASP Email Sample== |
− | ==.NET Sample== | + | ==.NET Email Sample== |
− | ==ColdFusion Sample== | + | ==ColdFusion Email Sample== |
− | ==PHP Sample== | + | ==PHP Email Sample== |
[[Category:Email]] | [[Category:Email]] |
Revision as of 18:41, 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.