# Example nbsmtprc for Debian
# If you want to use nbsmtp you should copy this file
# to $HOME/.nbsmtprc and change it.
# Have a look at nbsmtprc (5).

##The host we want to relay over
#relayhost = mail.myprovider.tld

##Our address (will be used in the MAIL FROM command)
#fromaddr = client@myprovider.tld

##The domain to send in the HELO/EHLO command
#domain = myprovider.tld

##Username for authentification (only if necessary)
#auth_user = client@myprovider.tld

##Password for authentication (only of auth_user is set)
#auth_pass = myspecialsecret

##Auth mechanism (l = LOGIN / p = PLAIN)
#auth_mech = l

##If you want a secure connection (true / false)
#use_tls = false

##Whether to use STARTTLS command (true / false)
#use_starttls = false
