Documentation Center

Implementing subscription confirmation

In a typical subscription model a user would get to a the confirmation page from an e-mail message requesting subscription confirmation. The confirmation page itself displays a form in which the user fills in a confirmation code and the password submitted during subscription.

The following image shows the basic Confirm page:

Implement subscription confirmation as follows:

  • For ASP.NET Web sites—modify or customize the confirm.aspx and confirm.aspx.cs pages and deploy them on your Web site
  • For JSP Web sites—modify or customize the confirm.jsp page and deploy them on your Web site

If subscription confirmation is successful, Outbound E-mail sends out an e-mail message.