Setting in PHP System (Do...
Setting in PHP System (Dolibarr)
- Home
- Control Panel
- Community Forum
- Services
- Email Service
- Setting in PHP System (Dolibarr)
- Community Forum
- Setting in PHP System (Dolibarr)
Topic: Setting in PHP System (Dolibarr)
I am trying to set up my ERP system (Dolibarr) to use our newly created email service thru Dynu. When I test the connection - it is OK. When I do a test send, I am getting 535 and 120 Authentication Errors.
My Settings are:
Parameters
Sending method SMTP/SMTPS socket library
SMTP/SMTPS Host (default value in php.ini: localhost) relay.dynu.com
SMTP/SMTPS Port (default value in php.ini: 25) 587
Authentication method Use a password (AUTH LOGIN)
SMTP username or ID (if sending server requires an authentication) relay@relay.leolaunchers.com
SMTP password or token (if sending server requires an authentication) *********** (created an IP Password )
Use TLS (SSL) encryption No
Use TLS (STARTTLS) encryption Yes
Allow connection to mail servers that are using self-signed certificates No
My Settings are:
Parameters
Sending method SMTP/SMTPS socket library
SMTP/SMTPS Host (default value in php.ini: localhost) relay.dynu.com
SMTP/SMTPS Port (default value in php.ini: 25) 587
Authentication method Use a password (AUTH LOGIN)
SMTP username or ID (if sending server requires an authentication) relay@relay.leolaunchers.com
SMTP password or token (if sending server requires an authentication) *********** (created an IP Password )
Use TLS (SSL) encryption No
Use TLS (STARTTLS) encryption Yes
Allow connection to mail servers that are using self-signed certificates No
Reply with quote |Report
| Author | Topic: Setting in PHP System (Dolibarr) |
|---|---|
|
jkovar55 Joined: 6/19/2026 |
Monday, August 17, 2026 6:08 PM
I am trying to set up my ERP system (Dolibarr) to use our newly created email service thru Dynu. When I test the connection - it is OK. When I do a test send, I am getting 535 and 120 Authentication Errors.
My Settings are: Parameters Sending method SMTP/SMTPS socket library SMTP/SMTPS Host (default value in php.ini: localhost) relay.dynu.com SMTP/SMTPS Port (default value in php.ini: 25) 587 Authentication method Use a password (AUTH LOGIN) SMTP username or ID (if sending server requires an authentication) relay@relay.leolaunchers.com SMTP password or token (if sending server requires an authentication) *********** (created an IP Password ) Use TLS (SSL) encryption No Use TLS (STARTTLS) encryption Yes Allow connection to mail servers that are using self-signed certificates No |
Tuesday, August 18, 2026 5:46 AM
