Historique de la page
...
See also: Configuring outgoing email
Replacing the default SMTP service
The bean used to send emails is named smtpService, it is by default of class org.esupportail.commons.services.smtp.AsynchronousSmtpServiceImpl. Deployers can write their own implementation of the interface SmtpService and declare the bean smtpService of this class in the configuration file /properties/smtp/smtp.xml.
In this case, allow the automatic recovering of the new class(es) and the configuration file /properties/smtp/smtp.xml when upgrading (cf Conservation des personnalisations lors des mises à jour).
Using several SMTP servers
The application can rely on several SMTP servers for redundancy:
...