<?php
$smtp_to_email = '';
$smtp_from_email = '';
$smtp_host = '';
$smtp_username = '';
$smtp_password = '';
?>