If you want to send emails to your internal server without authentication use the below code to get the following changes in place;
“Replace define(“EMAIL_DELIVERY”, “mail”); in place of define(“EMAIL_DELIVERY”, “smtp”); in constants.php at app/Config”
You can use PHPMailer add-on to set up SMTP on your server. Refer here to get the installation steps.