 | ASP Email Code with CDOSYS | Download |
 | Description: ASP Send Mail Sample Code - CDOSYS with authentication Size: 0.92 KB Modified: 16 Oct 2009 06:50 AM Total Downloads: 911 |
|
 | PHPMailer Class | Download |
 | Description: PHPMailer Version 5.1
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 = "mail.yourdomain.com";
$mail->SMTPAuth = true;
$mail->Username = "you@yourdomain.com";
$mail->Password = "EmailPassword";
$mail->From = "you@yourdomain.com";
$mail->FromName = "Your Name";
$mail->AddReplyTo("you@domain.com") Size: 109.09 KB Modified: 02 May 2010 08:26 PM Total Downloads: 550 |
|
 | PHP Contact Form | Download |
 | Description: This form can be used on linux server.
Replace "youremail@yourdomain.com" with your email address to receive form data. Size: 0.72 KB Modified: 05 Jun 2008 07:27 PM Total Downloads: 450 |
|
 | ASPEmail Sample contact form | Download |
 | Description: Contact form using ASPEmail component. SMTP Authentication is required. Size: 0.83 KB Modified: 16 Oct 2009 06:49 AM Total Downloads: 373 |
|
 | Helm Reseller Guide | Download |
 | Description: 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
Purchasing extra features
8) Billing your customers
9) Automated billing
Current supported online payment gateways
10) Adding cards for payment
11) Making a payment
12) Auto-signup script
13) Other billing settings
14) Adding new cust Size: 891.25 KB Modified: 04 Jun 2009 06:57 PM Total Downloads: 382 |
|
 | Helm End User Guide | Download |
 | Description: 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) WEB TEMPLATE SETTINGS
6) YOUR PACKAGE
Resource Usage
Extra Features
Statistics
Domains
7) DOMAIN REGISTRATION
Domain To Be Registered
Domain Administration To Be Transferred
8) YOUR DOMAIN(S) – DOMAIN MENU
E Size: 944.17 KB Modified: 04 Jun 2009 07:00 PM Total Downloads: 367 |
|
 | Free ASP Upload Script | Download |
 | Description: 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 both files into a directory that is appropriate to contain ASP scripts (should be visible by IIS, the web server.)
Open uploadTester.asp in an editor and change the value of the uploadsDirVar variable. The path to your home directory should Size: 6.07 KB Modified: 07 Oct 2008 11:07 PM Total Downloads: 591 |
|
 | ASPEmail sample code | Download |
 | Description: Size: 0.66 KB Modified: 16 Nov 2009 07:20 PM Total Downloads: 331 |
|
 | Persits ASPUpload sample code | Download |
 | Description: Set Upload = Server.CreateObject("Persits.Upload")
count = upload.savevirtual ("/upload")
Response.Write Count & " file(s) uploaded" Size: 0.53 KB Modified: 04 Jun 2009 06:43 PM Total Downloads: 213 |
|
 | ASP.NET sample send mail code | Download |
 | Description: using System.Net.Mail;
......
MailMessage mailMessage = new MailMessage();
mailMessage.From = new MailAddress("noreply@yourdomain.com");
mailMessage.To.Add(new MailAddress(txtEmail.Text));
string emailBody = "Test Asp.net Send Mail";
mailMessage.IsBodyHtml = true;
mailMessage.Subject = "Asp.Net Send mail";
mailMessage.Body = emailBody;
SmtpClient smtpClient = new Sm Size: 3.41 KB Modified: 31 May 2010 08:10 PM Total Downloads: 47 |
|