Direct Mailer uses the same list of delivery locations for every job running, even when it is configured to use multiple delivery locations, such as drop directories or Simple Mail Transfer Protocol (SMTP) servers. Direct Mailer reads the list of delivery locations from the Administration database and is administered using Commerce Server Manager.
If the Delivery Method property is set to (2), Direct Mailer treats each entry in the list as a fully qualified path to the SMTP server pickup directory. If the Delivery Method property is set to (1), Direct Mailer requires each entry in the list to use the following format:
<SMTP server address>[: port]
Specifying the port is optional, but if it is not specified, Direct Mailer uses port 25.
When a Direct Mailer job is started, the first recipient in the direct mail list uses the first delivery location. The next recipient uses the subsequent delivery location. This delivery process is repeated until there are no new delivery locations. In this case, the delivery locations are recycled back to the first delivery location.
If a failure occurs in mailing, Direct Mailer does not retry another location, nor does it perform timeout or availability checking. Therefore, any given recipient can only use the delivery location that is assigned them. Direct Mailer also tracks the failures of a clustered DirectMailer database or failure of the drop point (SMTP or drop directory). For information about Direct Mailer availability and failures of a clustered DirectMailer database, see Direct Mailer.
To use multiple delivery locations
Configuring an SMTP server for Direct Mailer
To use multiple delivery locations
- Expand Commerce Server Manager, expand Global Resources, right-click Direct Mailer, and then click Properties.
- In the Properties dialog box, select Delivery Locations, and in the Selected Property Value box, type the fully qualified path to the drop directory or SMTP Server. Universal naming convention (UNC) paths are not supported.
For multiple delivery locations, separate each location with either a comma or semicolon. The comma and semicolon are the only supported delimiters used to separate different paths.
- Select Delivery Method, and in the Select Property Value box, type 2 to deliver mailings to a drop directory, or 1 to deliver mailings to an SMTP server.
- Click OK.
The new setting is applied immediately to all Direct Mailer jobs.
Configuring an SMTP server for Direct Mailer
The following procedures explain how to configure an SMTP server to act as a relay server for the rest of your system.
To configure the SMTP server as a local relay server
- Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
- In the Internet Information Services dialog box, expand the server name, right-click Default SMTP Virtual Server, and then click Properties.
- In the Default SMTP Virtual Server Properties dialog box, on the Access tab, click Relay.
- In the Relay Restrictions dialog box, click Add.
- In the Computer dialog box, click Group of computers, and then in the Subnet Address box, type the Subnet address for the SMTP server. In the Subnet mask box, type the Subnet mask address for the SMTP server, and then click OK.
- In the Relay Restrictions dialog box, click OK.
- In the Default SMTP Virtual Server Properties dialog box, click OK.
The SMTP server is configured for use by Direct Mailer.
Note
See Also
Securing the Direct Mailer Database
Using Direct Mailer and Windows Authentication
Direct Mailer Service Account
Copyright © 2005 Microsoft Corporation.
All rights reserved.