# Sample configuration file for smartd_mailer.ps1

# SMTP Server
$smtpServer = "smtp.domain.local"

# Optional settings [default values in square brackets]

# Sender address [smartd daemon <root@%COMPUTERNAME%.local>]
#$from = "Administrator <root@domain.local>"
# SMTP Port [25]
#$port = 587
# Use STARTTLS [$false]
#$useSsl = $true
# SMTP user name []
#$username = "USER"
# SMTP password []
#$password = "PASSWORD"
# SMTP password for ConvertTo-SecureString []
#$passwordSecure = "0100...."
