XFileSharing Pro - Alternate SMTP Server

Message
Author
free515
Posts: 17
Joined: Apr 03, 2012 11:13 am

Alternate SMTP Server

#1 Postby free515 » Apr 23, 2012 11:54 am

Is there a way to specify an SMTP server for email notifications, instead of using local sendmail...?

Thanks,

chrda
Posts: 296
Joined: Sep 14, 2009 7:16 pm

#2 Postby chrda » Apr 23, 2012 2:38 pm

nano -w XFileConfig.pm

Code: Select all

##### Email settings #####

 # SMTP settings (optional)
 smtp_server   => '',
 smtp_user     => '',
 smtp_pass     => '',

 # This email will be in "From:" field in confirmation & contact emails
 email_from => '',

 # Subject for email notification
 email_subject      => "XFileSharing: new file(s) uploaded",