!--a11y-->
Sending E-Mails from BSP Applications 
Use
In this tutorial you will learn how to send e-mails from your BSP application.

This is a simple example. For more information about sending mails see the documentation Business Communication Services. The server configuration for the SMTP protocol is described in section
Settings for Sending With the SMTP Plug-In.
See also:
SMTP Nodes
SMTP Plug-In
Prerequisites
To complete this tutorial you should already have the following skills:
To send an e-mail, your SAP Web Application Server must be configured as an SMTP server. This contains the following:
Ask your system administrator to do this.
Functions
A mail request consists of the following objects:
The objects are created, filled and linked to the mail request. Then give the mail request the command to dispatch itself. After some time (depending on the configuration) the mail request is executed.
This tutorial follows on from the tutorial on error handling (see also
Handling Incorrect Entries) The application created there is enhanced to incorporate sending confirmation mails.
You can find the example BSP application,
Activities
