## This config file path is: 
## /data/data/org.opendroidphp/components/msmtp/etc/msmtprc

## !!!WARNING!!!
## Be careful changing this configuration file!
## Some changes may result in incorrect function of the program.
## --------------------------------------------------------------

## Example of configuration file you can find here: 
## http://msmtp.sourceforge.net/doc/msmtprc.txt
##
## MSMTP documentation: 
## http://msmtp.sourceforge.net/documentation.html

defaults

account default

## host of smtp server, example: smtp.gmail.com
## !edit this!
host 0.0.0.0

auth on

## Use transport Layer Security (TLS) - Secure Socket Layer (SSL). 
tls on
tls_starttls on
tls_certcheck off

## smtp login
## !edit this!
user some_user

## smtp password
## !edit this!
password some_password

## Set the envelope-from address. This adress must be equal to
## your email which you are use above.
## !edit this!
from some_email@email.test

logfile /mnt/sdcard/droidphp/logs/msmtp.log
