- Jul 18, 2015
- 635
- 588
- 157
You can't download it yet since it's still in the closed beta.Where to download?
You can't download it yet since it's still in the closed beta.Where to download?
Where to download?
closed beta.... check first postWhere to download?
you can it download at https://teamspeak.first-coder.de/#download. But you need to wait for the open beta!Where to download?
Doesnt have to be a wrong setup. Dynamic IP or just blacklisted ones don't go through eitherthat your mail is going to spam is not an interface problem. You need to setup a reverse dns correctly, or it will always be as spam or blocked.
please look how your reverse dns is installed.
Will be added in the new version. I don´t test it, so you need to test it by yourself. (I hate mailstuff )Please add support for SMTP so i can send it externally
Yea that´s also true. But mostly it´s just an wrong reverse dns. But @lukasjanra should also check the if he has an Dynamic IP or is Blacklistet....Doesnt have to be a wrong setup. Dynamic IP or just blacklisted ones don't go through either
/*
Mailsettings
*/
define("MAILADRESS", "[email protected]"); // Mail adress
define("MAIL_SMTP", "false"); // true if you want use SMTP Server (default: false)
define("MAIL_SMTP_HOST", ""); // SMTP Host
define("MAIL_SMTP_PORT", ""); // SMTP Port
define("MAIL_SMTP_USERNAME", ""); // SMTP Username
define("MAIL_SMTP_PASSWORD", ""); // SMTP Password
Try to not argue with me and you read betterWill be added in the new version. I don´t test it, so you need to test it by yourself. (I hate mailstuff
Yea that´s also true. But mostly it´s just an wrong reverse dns. But @lukasjanra should also check the if he has an Dynamic IP or is Blacklistet....
BTW for that guys who want use smtp in the new version need to add in the config.php these Lines
PHP:/* Mailsettings */ define("MAILADRESS", "[email protected]"); // Mail adress define("MAIL_SMTP", "false"); // true if you want use SMTP Server (default: false) define("MAIL_SMTP_HOST", ""); // SMTP Host define("MAIL_SMTP_PORT", ""); // SMTP Port define("MAIL_SMTP_USERNAME", ""); // SMTP Username define("MAIL_SMTP_PASSWORD", ""); // SMTP Password
Please don´t fight here . And sorry but @cjmwid has right:Try to not argue with me and you read better
New version means it´s not in the current .BTW for that guys who want use smtp in the new version need to add in the config.php these Lines