You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
I read wiki article about this but I am still not sure how I can get this to work. I have linux server apache2, php7, mysql and postfix. I made single email send php script and that work. But postfix don't uses username or password so how I must configure things right?
I read wiki article about this but I am still not sure how I can get this to work. I have linux server apache2, php7, mysql and postfix. I made single email send php script and that work. But postfix don't uses username or password so how I must configure things right?
'enable' => true,
'driver' => 'smtp',
'host' => 'localhost',
'port' => 25,
'from' => [
'address' => 'asiakaspalvelu@onnelahotelli.com',
'name' => 'Onnela Hotelli',
],
'username' => '',
'password' => '',
sry for bad english.