• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help configuring class.phpmailer

wizzar

New Member
Joined
Aug 21, 2009
Messages
90
Reaction score
0
Can someone help me configuring this so i can get lost account working
 
Just make a random mailbox and do this in config.php.

PHP:
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address

You won't need to do anything else.
 
My script loves me, yours doesn't, sorry. :ninja:

Post your script, please.

// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "ssl://mail.gmail.com"; // address
$config['site']['smtp_port'] = 465; // port
$config['site']['smtp_auth'] = "1"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "mypass"; // password
 
Code:
phpmailer.rar/phpmailer/.htaccess - OK
phpmailer.rar/phpmailer/.svn/all-wcprops - OK
phpmailer.rar/phpmailer/.svn/entries - OK
phpmailer.rar/phpmailer/.svn/format - OK
phpmailer.rar/phpmailer/.svn/text-base/.htaccess.svn-base - OK
phpmailer.rar/phpmailer/.svn/text-base/ChangeLog.txt.svn-base - OK
phpmailer.rar/phpmailer/.svn/text-base/class.phpmailer.php.svn-base - OK
phpmailer.rar/phpmailer/.svn/text-base/class.smtp.php.svn-base - OK
phpmailer.rar/phpmailer/.svn/text-base/LICENSE.svn-base - OK
phpmailer.rar/phpmailer/.svn/text-base/README.svn-base - OK
phpmailer.rar/phpmailer/ChangeLog.txt - OK
phpmailer.rar/phpmailer/class.phpmailer.php - OK
phpmailer.rar/phpmailer/class.smtp.php - OK
phpmailer.rar/phpmailer/docs/.svn/all-wcprops - OK
phpmailer.rar/phpmailer/docs/.svn/entries - OK
phpmailer.rar/phpmailer/docs/.svn/format - OK
phpmailer.rar/phpmailer/docs/.svn/text-base/extending.html.svn-base - OK
phpmailer.rar/phpmailer/docs/.svn/text-base/faq.html.svn-base - OK
phpmailer.rar/phpmailer/docs/.svn/text-base/timeoutfix.diff.svn-base - OK
phpmailer.rar/phpmailer/docs/extending.html - OK
phpmailer.rar/phpmailer/docs/faq.html - OK
phpmailer.rar/phpmailer/docs/timeoutfix.diff - OK
phpmailer.rar/phpmailer/language/.svn/all-wcprops - OK
phpmailer.rar/phpmailer/language/.svn/entries - OK
phpmailer.rar/phpmailer/language/.svn/format - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-br.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-ca.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-cz.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-de.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-dk.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-en.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-es.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-fi.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-fo.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-fr.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-hu.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-it.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-ja.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-nl.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-no.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-pl.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-ro.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-ru.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-se.php.svn-base - OK
phpmailer.rar/phpmailer/language/.svn/text-base/phpmailer.lang-tr.php.svn-base - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-br.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-ca.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-cz.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-de.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-dk.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-en.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-es.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-fi.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-fo.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-fr.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-hu.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-it.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-ja.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-nl.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-no.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-pl.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-ro.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-ru.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-se.php - OK
phpmailer.rar/phpmailer/language/phpmailer.lang-tr.php - OK
phpmailer.rar/phpmailer/LICENSE - OK
phpmailer.rar/phpmailer/README - OK
 
Back
Top