RSS Feed
Knowledgebase : Downloads
     
PHPMailer Version 5 Send email with php on windows server with multiple TOs, CCs, BCCs and REPLY-TOs Include class.phpmailer.php file, sample code as below < ? require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "m...
WebsitePanel WHMCS Module - This is a replacement Module for WHMCS Integration with WebsitePanel 2.0 or Greater Read readme.txt file for install instruction.
Set Upload = Server.CreateObject("Persits.Upload") count = upload.savevirtual ("/upload") Response.Write Count & " file(s) uploaded"
Contact form using ASPEmail component. SMTP Authentication is required.
Asp script connect to mysql database. Sample connection string: sConnection = "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; DATABASE=database_name; UID=db_username;PASSWORD=db_password; OPTION=3"
Inside the ZIP archive you will find two files: one is an upload form you can use for tests or as the starting point for your own page (uploadTester.asp); the other is the code that actually processes the upload and storage (freeASPUpload.asp). Extract b...
Helm 3 Reseller Guide 1) Logging into helm 2) Changing your password 3) Changing your personal details 4) Customizing your control panel 5) Web template settings 6) Adding your hosting plans 7) Setting up extra features Extra feature notification Purchas...
Helm 3 End User Guide 1) LOGGING INTO HELM 2) USER MAIN MENU 3) GETTING STARTED - YOUR DETAILS Changing your Password Changing your Personal Details Adding a Package 4) BILLING Recurring Payments Account Statements Manage Credit Cards Make Payment 5)...
This form can be used on linux server. Replace "youremail@yourdomain.com" with your email address to receive form data.
ASP Send Mail Sample Code - CDOSYS with authentication
Download zip file, extract and upload to website home folder, configure smtp account in web.config file. Extracts of send mail code: using System.Net.Mail; ...... MailMessage mailMessage = new MailMessage(); mailMessage.From = new MailAddress("no...