Welcome Guest, Not a member yet? Register   Sign In
Mail
#1

[eluser]Suhas nazir[/eluser]
Is it possible to send the content of a view file as message in mail
#2

[eluser]mddd[/eluser]
Of course. It is a good way to build email content. I keep a folder 'emails' in my views folder for this.
Code:
$this->email->message( $this->load->view('emails/welcome', $data, true) );
$data contains the things you want to customize (user's name etc).
#3

[eluser]Suhas nazir[/eluser]
Okay Many Thanks
#4

[eluser]basty_dread[/eluser]
I didn't know that.. Thanks for sharing!




Theme © iAndrew 2016 - Forum software by © MyBB