Welcome Guest, Not a member yet? Register   Sign In
Tank auth and integration questions
#8

[eluser]Leonel Folmer[/eluser]
Well, I finally found the solution. for future questions about this, it was a configuration problem. to properly set up, just go to system\libraries\Email.php and put the correct server information.


Code:
var $mailpath    = "/usr/sbin/sendmail";         // Sendmail path
var $protocol    = "smtp";    
var $smtp_host    = "mail.yourdomain.com";       // SMTP Server
var $smtp_user    = "[email protected]"; // SMTP Username
var $smtp_pass    = "yourpassword";              // SMTP Password
var $smtp_port    = "25";                        // SMTP Port


Messages In This Thread
Tank auth and integration questions - by El Forum - 06-23-2010, 06:16 PM
Tank auth and integration questions - by El Forum - 08-27-2010, 05:49 PM
Tank auth and integration questions - by El Forum - 08-27-2010, 07:03 PM
Tank auth and integration questions - by El Forum - 08-27-2010, 08:06 PM
Tank auth and integration questions - by El Forum - 11-16-2010, 03:34 PM
Tank auth and integration questions - by El Forum - 12-29-2010, 01:14 PM
Tank auth and integration questions - by El Forum - 01-13-2011, 07:08 PM
Tank auth and integration questions - by El Forum - 01-15-2011, 04:38 PM
Tank auth and integration questions - by El Forum - 02-28-2011, 07:15 PM
Tank auth and integration questions - by El Forum - 07-09-2011, 06:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB