Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Mail configuration #267

Description

@T0niiiiii

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions