Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to send an email with content from a View Ci4
Post: RE: How to send an email with content from a View ...

InsiteFX Wrote: (09-28-2021, 01:56 AM) -- PHP Code: -- $body = view('yourView', $data); $email->setMessage($body); -- -- Thank you, I have solved it before with only remove true... :shy:
5,979 Views
6 Replies
09-28-2021, 02:23 AM
naldi
    Thread: How to send an email with content from a View Ci4
Post: RE: How to send an email with content from a View ...

davis.lasis Wrote: (09-27-2021, 03:57 AM) -- Read this documentation, if the issue still is not resolved, then send in error message https://codeigniter4.github.io/CodeIgniter4/libraries/email.html ...
5,979 Views
6 Replies
09-27-2021, 06:51 AM
naldi
    Thread: How to send an email with content from a View Ci4
Post: RE: How to send an email with content from a View ...

kenjis Wrote: (09-27-2021, 12:58 AM) -- The code seems no problem. What error message do you get? -- This is error message : view(): Argument #3 ($options) must be of type array, bool given, call...
5,979 Views
6 Replies
09-27-2021, 06:49 AM
naldi
    Thread: How to send an email with content from a View Ci4
Post: How to send an email with content from a View Ci4

When I use Ci3, I can use the script for send email with content from view like this : Code: -- $msg = $this->load->view('register/V_reset_password', $data, true); $this->email->message($msg); -- ...
5,979 Views
6 Replies
09-26-2021, 11:16 PM
naldi

Theme © iAndrew 2016 - Forum software by © MyBB