Skip to content
  • Lukas Fleischer's avatar
    Make SMTP port and authentication configurable · b855ce94
    Lukas Fleischer authored
    
    
    Add more options to configure the smtplib implementation for sending
    notification emails.
    
    The port can be changed using the new smtp-port option.
    
    Encryption can be configured using smtp-use-ssl and smtp-use-starttls.
    Keep in mind that you usually also need to change the port when enabling
    either of these options.
    
    Authentication can be configured using smtp-user and smtp-password.
    Authentication is disabled if either of these values is empty.
    
    Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
    b855ce94