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

SMTP Basic authentication not working? #102

Open
radhakrisri opened this issue Jan 20, 2024 · 1 comment
Open

SMTP Basic authentication not working? #102

radhakrisri opened this issue Jan 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working needs-integration-test

Comments

@radhakrisri
Copy link

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.

@YoRyan YoRyan self-assigned this Jan 24, 2024
@YoRyan YoRyan added the bug Something isn't working label Jan 24, 2024
@YoRyan
Copy link
Owner

YoRyan commented Jan 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-integration-test
Projects
None yet
Development

No branches or pull requests

2 participants