Difference between revisions of "CentOS 8.x Owncloud email settings"
From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Owncloud email settings">CentOS 8.x Owncloud|Owncloud</yambe:breadcrumb> =CentOS 8.x Owncloud email settings= Login into web UI as admin user and go t...") |
m |
||
Line 15: | Line 15: | ||
Send test email using "Send email" button | Send test email using "Send email" button | ||
Refer: | |||
* https://doc.owncloud.com/server/admin_manual/configuration/server/email_configuration.html |
Revision as of 09:47, 5 February 2021
<yambe:breadcrumb self="Owncloud email settings">CentOS 8.x Owncloud|Owncloud</yambe:breadcrumb>
CentOS 8.x Owncloud email settings
Login into web UI as admin user and go to Settings -> General -> Email server
- Send mode
- smtp
- Encryption
- STARTTLS
- From address
- <user> @ <domain>
- Authentication method
- As per email server (eg None)
- Authentication required
- Yes
- Server address
- <FQDN>:<port>
- Credentials
- <username> <password>
Click "Store Credentials" to save settings
Send test email using "Send email" button
Refer: