The Abiquo platform has its own mail server that can send emails to users of the platform.
On the Abiquo API server, configure the mail server with
server.mail
properties, including the sender with thefrom
property. You can also define custom properties with theextra
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: Customize email and SMS messages.
The following pages also describe email functionality in the platform:
Send email notifications about VMs or serversMail notifications for unscheduled emails about maintenance and so on
Configure Passwordspasswords for password reset configuration
Configure two factor authentication to configure authentication via email
Guest setup to configure notification of VM initial password
Configure VM Monitoring monitoring and Metricsmetrics for monitoring alert emails
Manage action plans for emails sent as part of an action plan
To configure the mail server to use in Abiquo, set the Abiquo server properties. See https://wiki.abiquo.com/display/doc/Abiquo+Configuration+Properties#AbiquoConfigurationProperties-server
You can also configure the mail server for each reseller. See Create a reseller enterprise in the Abiquo cloud reseller guide.
...