Difference between revisions of "Email in Scripts"

From Hostek.com Wiki
Jump to: navigation, search
m (Briana moved page ASP SMTP to Email in Scripts without leaving a redirect)
Line 1: Line 1:
==ASP SMTP Setting==
+
Sending Email via Scripts
  
Please use '''smtpmailer.hostek.net'''.
+
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:ASP.Net Tutorials]]
+
__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.


ASP Sample

.NET Sample

ColdFusion Sample

PHP Sample