Table of contentsHomeRedactors
|
See also: Configuring outgoing email Replacing the default SMTP serviceThe 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 Recovering previous configuration and customizations when upgrading). Using several SMTP serversThe application can rely on several SMTP servers for redundancy:
Change the look and feel of the emailsThe steps to change the appearance of the emails sent are:
|
