Skip to content

4Club

My feedback

1 result found

  1. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    planned  ·  1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    4Club supported this idea  · 
    An error occurred while saving the comment
    4Club commented  · 

    'components' => [
    ...
    'mailer' => [
    'class' => 'yii\swiftmailer\Mailer',
    'viewPath' => '@app/mail',
    'useFileTransport' => false,
    'transport' => [
    'class' => 'Swift_SmtpTransport',
    'host' => 'mailtrap.io',
    'username' => 'your settings',
    'password' => 'your settings',
    'port' => '2525',
    'encryption' => 'tls',
    ],
    ],
    ...
    ],

Feedback and Knowledge Base