|
|||||||||||
|
|||||||||||
JScript with PopMongerThe class definitions for JScript are: JScriptclass object PopmongerString HeaderText; Jscript Examples:Insert Bounced Email into MsSqlThis example shows how to insert a bounced address from a failed email into an MS SQL database:<? var serverName; //IP address of server var cnn; //Connection object serverName = "host"; cnn = new ActiveXObject( "ADODB.Connection" ); //Create new ADO connection query = "INSERT INTO table ( field ) VALUES( '" + popmonger.FailedAddress + "' )"; cnn.execute( query ); //Execute SQL query ?> Back to Examples Insert into AccessThis script will insert an entry from PopMonger into a MS Access database using Jscript:<? var dbLocation; //Database location ?> Back to Examples Redirect to Multiple Addresses<?var emails = new Array( "[email protected]" , "[email protected]" , "[email protected]" ); for( var i = 0; i < emails.length; i++ ) { ?> Back to Examples |
Home |
Site map |
Analyzer |
Mailer |
PopMonger |
Resources |
Customers and Partners |
Contact |