Jamie Whittingham
Active Member
I found your KB page about adding
'email.custom.dkim.selector' => 'mailer',
'email.custom.dkim.full_selector' => 'mailer._domainkey',
but where in the main-custom.php file would they go? in the components array or a new array on their own?
thanks
// application components
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=127.0.0.1;dbname=sendreach_portal_v3',
'username' => 'HIDDEN',
'password' => 'HIDDEN',
'tablePrefix' => 'mw_',
),
),
);
cheers
'email.custom.dkim.selector' => 'mailer',
'email.custom.dkim.full_selector' => 'mailer._domainkey',
but where in the main-custom.php file would they go? in the components array or a new array on their own?
thanks
// application components
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=127.0.0.1;dbname=sendreach_portal_v3',
'username' => 'HIDDEN',
'password' => 'HIDDEN',
'tablePrefix' => 'mw_',
),
),
);
cheers