Displaying posts categorized under

Recommentor

How to use another email component

Recommentor comes with built in support for ASPMail. If you want to use another component then:1. Go to http://www.aspcode.net/articles/l_en-US/t_default/Projects/Sendmail-(ASP)/category_11.aspx, goto Code Wizard and then select the component you want to use2. You get a piece of html code.3. Open up incgenmail.asp with Notepad.4. Replace the current SendEmail function with the one generated for you.

Config issues

Open up increc.asp in Notepad. Change these variables:
Const g_strFromAddress = "recservice@yourdomain.com" ‘Which email address should be used for sending
Const g_strYourSite = "http://www.aspcode.net"
Const g_strEmailServer = "smtp.yourserver.com"
Also change the Rec_GetDatabaseConn() function. The strDSN variable might need adjustment to function with your database.

Version history

1.0 2000-09-25 First version released.

Background

Recommentor lets you setup a recommend-a-page on your site. Main features are:
1. Easily used from any page of your site. Just place a link to yourserver.com/recommentor/default.asp and it automatically makes use of the current page
2. Usage with a lot of different email components. See documentation on this site. ASPMail is used by default.
3. Statistics [...]