Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local network - smtp relay host anonymous access - Error undefined #202

Open
TeNNo2k5 opened this issue Mar 2, 2023 · 1 comment
Open

Comments

@TeNNo2k5
Copy link

TeNNo2k5 commented Mar 2, 2023

email dispatch does not work if a mail server is configured in the adapter config without specifying user and password.

On the same host, sending e-mails via shell and mailutils works with the same settings without user and password.

config (anonymized):

transport: smtp
service: User defined
host: smtp.relay.local
port: 25
user: empty 
password: empty 

Test button (Instance settings: email):

Error Missing credentials for "LOGIN"

iobroker Log (anonymized):

error: email.0 (32848) Error undefined

States system redis pmessage io.messagebox.system.adapter.email.0/io.messagebox.system.adapter.email.0:{"command":"send","message":{"subject":"ioBroker","to":"user@local","from":"iobhost@local","text":"Das ist eine Test-Email!","options":{"host":"smtp.relay.local","port":"25","secure":false,"requireTLS":false,"auth":{"user":"","pass":""},"service":""}},"from":"system.adapter.admin.0","callback":{"message":{"subject":"ioBroker","to":"user@local","from":"iobhost@local","text":"Das ist eine Test-Email!","options":{"host":"smtp.relay.local","port":"25","secure":false,"requireTLS":false,"auth":{"user":"","pass":""},"service":""}},"id":63,"ack":false,"time":1677758212402},"_id":17612211}

  • Adapter version: v1.1.4
  • node: v16.19.1
  • js-controller: 4.0.24
  • Operating system: Linux Ubuntu x64
@stale stale bot added the wontfix label Jun 10, 2023
@mcm1957
Copy link
Member

mcm1957 commented Jun 10, 2023

Should be investigated

@stale stale bot removed the wontfix label Jun 10, 2023
@iobroker-community-adapters iobroker-community-adapters deleted a comment from stale bot Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants