Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Abiquo platform has its own mail server that can send emails to users of the platform.To define a mail server to use in Abiquo, on

  1. On the Abiquo API server,

...

  1. Configure configure the mail server with server.mail properties, including the sender with the from property. You can also define custom properties with the extra 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}=  

...