#!/bin/bash
smtp_defaults=1 # Set to 0 to allow the script to run
smtp_relay="your SMTP relay server address"
smtp_user="your SMTP relay server username"
smtp_pass="your SMTP relay server password"
smtp_to="where you want the email to go"
smtp_from="what you want to show in the from field"