mailrise icon indicating copy to clipboard operation
mailrise copied to clipboard

SMTP Basic authentication not working?

Open radhakrisri opened this issue 2 years ago • 1 comments

My mailrise config is thus:

configs:
  # You can send to this config with "[email protected]".
  #
  telegram:
    urls:
      - tgram://<mytgramtoken>/mychatid/
    # You can also control the layout of the message with custom template
    # strings.
    # mailrise:
    #   title_template: "Urgent: ${body}"
    #   body_template: ""
    #   body_format: text
  pover:
    urls:
      - pover://<mypushoverid>
smtp:
  auth:
    basic:
      myusername:mypassword

As you can see, I have smtp auth specified above. However, the following command works, even when no authentication details are passed in.

sendemail -f [email protected] -t [email protected] -u "Test Email 2" -m "Hello World!" -s 192.168.x.x:8025

Any idea what's going on? How can I verify smtp authentication is working as expected?

Radha.

radhakrisri avatar Jan 20 '24 04:01 radhakrisri

Probably a bug; will investigate and test. Thanks for reporting.

YoRyan avatar Jan 24 '24 00:01 YoRyan