...
To define a mail server to use in Abiquo, on the Abiquo server, set the “abiquo.server.mail” properties.
Configure the mail server with
server.mail
properties
...
, including the sender with the
from
property.Code Block abiquo.server.mail.from= abiquo.server.mail.password=none abiquo.server.mail.port=25 abiquo.server.mail.server=127.0.0.1 abiquo.server.mail.ssl=false abiquo.server.mail.tls=false abiquo.server.mail.user=none@none.es abiquo.server.mail.extra.{javax mail property}=
Tip |
---|
You can also configure |
...
a separate mail server for |
...
a reseller, when you create or edit a reseller enterprise in |
...
the UI. |
After you change abiquo properties, remember to restart the tomcat server.
...
To configure the templates for emails sent by Abiquo, see the following guide: Configure Customize email templatesand SMS messages.
The following pages also describe email functionality in the platform:
...