Welcome Guest, Not a member yet? Register   Sign In
SOLVED: Sending Email with html as message in CI4
#1

(This post was last modified: 06-02-2022, 02:20 AM by seighth.)

This is already solved and I posted a solution on stackoverflow: https://stackoverflow.com/questions/7247...e/72473687

I need help using the amail class in CI4 to send it with an html like the one that used to work in CI3
CI3:
$email->message($this->load->view('misc/confirmation_email',$data,true));

_______________________________________________________________

CI4:
$email->setMessage(echo view('misc/confirmation_email',$data,true));
Reply
#2

CodeIgniter 4 Send Email Using Custom Template
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB