Search:   


Setting up Form Mailers

Please Note:
The following information is provided for example purposes only. RCN Commercial Customer Service is unable to provide support or consultation regarding this form or any other scripting issue.

You may use a perl module called Mail::Sendmail for Perl


1. use Mail::Sendmail;
2.
3. %mail = (
4. To => 'Person ',
5. From => 'webmaster@yourdomain.com',
6. Subject => 'Test message',
7. 'X-Mailer' => "Mail::Sendmail version $Mail::Sendmail::VERSION",
8. );
9. $mail{'mESSaGE : '} = "The message key looks terrible, but works.";
10.
11. sendmail( %mail);
1. This includes the perl module
2. blank line
3. Create a hash to hold the mail object
4. A valid email address to send the email to
5. Required: a valid email address from your domain.
6. This will be the title of your email message.
7. This is an additional header in the email.
8. End of hash
9. This is the main body of the email
10. blank line
11. Send the email message

The site below has some instruction on using Aspmail. (Windows hosting only)

http://www.serverobjects.com/comp/Aspmail4.htm


1. Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
2. Mailer.FromName = "Website"
3. Mailer.FromAddress= "webmaster@yourdomain.com"
4. Mailer.RemoteHost = "smtp.rcn.com"
5. Mailer.AddRecipient "Domain Webmaster", "webmaster@yourdomain.com"
6. Mailer.Subject = "Form Submission"
1. This line creates the mail object for asp. DO NOT ALTER THIS LINE
2. Optional, this text will appear in the "from" field on the email message that is sent. You may use an email address here.
3. Required: a valid email address from your domain.
4. Required: This should be set to "smtp.rcn.com"
5. Required: and in two parts. The first part ("Domain Webmaster") can be any name or an email address. The second part ("webmaster@yourdomain.com") must be a valid email address.
6. This will be the title of your email message.

If you need assistance please call 1.877.726.7000, and follow the prompts for Commercial Webhosting.


RCN Support Numbers  Support Numbers

Toll Free:
 1.877.726.7000


Email Support  Email Support

commercial.service@rcn.com

RCN Other
 Other Pages

Domain Registration Pricing »
Compare Unix Packages »




© 2013 RCN Telecom Services, LLC. All Rights Reserved