The SMTP Client sends email messages from the embedded system to a
designated email address, which can be either local or remote. It can
send log reports using dynamic email messages or trouble reports for
a variety of predetermined conditions.
The following SMTP Client options are configurable from the
Net_Config.c configuration
file:
SMTP Client switch enables or disables the SMTP Client
service in your application. It is enabled when this value is set
to 1. It should be set to 0 when the SMTP Client is not used in
your application.
#define SMTP_ENABLE 1
Response Timeout in seconds is an inactivity timeout. When
the SMTP Client does not receive a response from SMTP Server
within this timeout, it aborts the operation.
#define SMTP_DEFTOUT 20
Note
When the SMTP client is not enabled, the ARM linker does
not link the SMTP support modules to your application and
thus reduces the code size and memory usage.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.