Here is the code in my XFileCOnfig.pm script...
Code: Select all
 # Path to sendmail
 sendmail_path      => '/usr/sbin/sendmail',
 # SMTP settings (optional)
 smtp_server   => '',
 smtp_user     => '',
 smtp_pass     => '',Code: Select all
 # Path to sendmail
 sendmail_path      => '/usr/sbin/sendmail',
 # SMTP settings (optional)
 smtp_server   => '',
 smtp_user     => '',
 smtp_pass     => '',