EMAIL SEND SETTINGS (Configuring Sendmail)
Defining Mail Method
$useLib
$useLib defines the method of sending the email auto response and email form info.Example: To send mail via "SENDMAIL" (Most Common): $useLib = "sendmail"; OR - To send mail via "SMTP" server: $useLib = "smtp";
Configuring Sendmail
$mailprog Used if you're using "SENDMAIL". Enter the path to send mail on your server. Example: $mailprog = "/usr/lib/sendmail";