💌Configure mail server
To configure your mail serveur with Twake.
"mail" => [
"sender" => [
"host" => "", //smtp server
"port" => "",
"username" => "",
"password" => "",
"auth_mode" => "plain" //plain, login, cram-md5, or null
],
"from" => "[email protected]",
"dkim" => [ //Optional, to avoid lost emails, configure your dns with dkim
"private_key" => "",
"domain_name" => '',
"selector" => ''
],
"twake_domain_url" => "https://twakeapp.com/",
"from_name" => "Twake", //Server owner name
"twake_address" => "Twake, 54000 Nancy, France", //Server owner address
"template_dir" => "/src/Twake/Core/Resources/views/", //Must not be modified
],Last updated