3 // Warning: Don't change this file! It only holds the default config values for this addon.
4 // Instead overwrite these config values in config/addon.config.php in your Friendica directory
9 // Enables SMTP relaying for outbound emails
12 // smtp_server (String)
13 // SMTP server host name
14 'smtp_server' => 'smtp.example.com',
16 // smtp_port (Integer)
17 // SMTP server port number
20 // smtp_secure (String)
21 // What kind of encryption to use on the SMTP connection.
22 // Options: '', 'ssl' or 'tls'.
25 // smtp_port_s (Integer)
26 // Secure SMTP server port number
29 // smtp_username (String)
30 // SMTP server authentication user name
31 // Empty string disables authentication
32 'smtp_username' => '',
34 // smtp_password (String)
35 // SMTP server authentication password
36 // Empty string disables authentication
37 'smtp_password' => '',
40 // From address used when using the SMTP server
41 // Example: no-reply@example.com