Skip to content

v2.4.3a

Compare
Choose a tag to compare
@narukoshin narukoshin released this 19 Apr 23:40
· 59 commits to main since this release

CHANGELOG

  • Added sending a password to email feature
# email settings
email:
  # Email settings that will send the email
  server:
    host: your.server.name
    port: 587
    timeout: 3 # default 30
    email: your.email@address.com
    password: your.password123

  mail:
    # method 1
    recipients: your.email@address.com
    
    # method 2 for multiple recipients
    recipients:
      - your.email@address.com
      - another.email@address.com
      - random.email@address.com
    subject: Your subject text is here
    name: Who Am I ?
    message: "Password: <password>" # a real password will appear in <password> place.
  • In the version v2.4.3u, emails can be sent through the proxy
  • Fixed a bug in the commit #e295c2b