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


Messages In This Thread
SOLVED: Sending Email with html as message in CI4 - by seighth - 06-02-2022, 01:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB