Skip to content

smtp.ini

January 26, 2024
# smtp

# host of the smtp server
host=smtp.ethereal.email

# smpt port
port=587

# use secure
secure=false

# require TLS
requireTLS=true

ignoreTLS=false

# from email
from=

# smtp username
username=

# smtp password
password=

Latest News