Welcome Guest, Not a member yet? Register   Sign In
env file and Settings package
#3

Load your own email config from settings.

PHP Code:
$config = [
    'protocol' => service('settings')->get('email.protocol'), // sendmail
    'mailPath' => service('settings')->get('email.mailPath'), // /usr/sbin/sendmail
    'charset'  => service('settings')->get('email.charset'),  // iso-8859-1
    'wordWrap' => service('settings')->get(email.wordWrap),  // true
};

$email->initialize($config); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
env file and Settings package - by tsuickjeb - 09-19-2024, 11:12 PM
RE: env file and Settings package - by tsuickjeb - 09-22-2024, 06:42 PM
RE: env file and Settings package - by InsiteFX - 09-22-2024, 10:25 PM
RE: env file and Settings package - by tsuickjeb - 09-23-2024, 05:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB