Forums

Mailserver available for a paid account?

Hi,

I would like to send exceptions messages to my personal account in Flask/python. Do I have access to a mail server here? If so, what are the settings, please:

app.config['MAIL_SERVER']='smtp.abc.com'
app.config['MAIL_PORT'] = 2525
app.config['MAIL_USERNAME'] = 'joe-user'
app.config['MAIL_PASSWORD'] = 'joe's pass'
app.config['MAIL_USE_TLS'] = True
app.config['MAIL_USE_SSL'] = False

Thanks

We do not provide a mail server.