Mailer Configuratio

Operating system

Linux

Joplin version

2.14.2

Desktop version info

2.14.20

What issue do you have?

Configuration of eMail. I have a server for eMails like mail.domain.xx in my environment. The server accepts mail only from dedicated hosts and is a MTA to my provider. Inside a have a communication without mail security. So i want to configure:

  - MAILER_ENABLED=true
  - MAILER_HOST=mail.domain.xx
  - MAILER_PORT=25
  - MAILER_SECURITY=none
  - MAILER_NOREPLY_NAME=Joplin
  - MAILER_NOREPLY_EMAIL=Joplin@domain.xx

- MAILER_AUTH_USER=joplin@domain.xx

- MAILER_AUTH_PASSWORD=nopassword

Enable i tried nearly all (1, true). What do I get:

09:12:42 0|app | 2024-03-25 09:12:42: App: Mailer Config: {
09:12:42 0|app | enabled: false,
09:12:42 0|app | host: '',
09:12:42 0|app | port: 465,
09:12:42 0|app | security: 'tls',
09:12:42 0|app | authUser: '',
09:12:42 0|app | authPassword: '********',
09:12:42 0|app | noReplyName: '',
09:12:42 0|app | noReplyEmail: ''
09:12:42 0|app | }

The default. What is wrong?

Josef

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.