Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Passing data out a database into a html e-mail
#1

[eluser]testietest[/eluser]
Hey people,

I have this form, which is being posted into a database. After the data is posted, a e-mail should be send to the person, that registered with some information they have filled into the form.

I do not really understand how this whole information gathering works ... Do I make a query in my controller and then via a foreach I put information in my html e-mail.

Thank you in advance.

With kind regards,

Wesley
#2

[eluser]n0xie[/eluser]
Put your email in a view. Pass all the database records to it like you would any normal html page. Then instead of outputting it to the browser, set it as message to the email class.
#3

[eluser]testietest[/eluser]
Thx n0xie, solved now




Theme © iAndrew 2016 - Forum software by © MyBB