12.09.2023, 14:12
Log what the server reply is:
Code:
res, err = mail('user@example.com', 'test subject', ' test message')
log(res, err)