How to use the email helper ?
|
3 posts
|
I am new to frog cms. I am trying to build a form (a kind of join us form. A mail will be sent to the a given email address on submitting the form). I had created a plugin which contains just one function. I just called that function is a page’s body. When I am trying to create a Email Helper object everything behind that line is not executed. If I comment that line every thing works good. I don’t know what the problem is. Can any one tell me how to use the email helper or where can I find the documentaion of that ? |
|
1493 posts
|
I am not sure, but I think that Frog’s Email helper bears a strong resemblance to the Code Igniter Email.php library. You can do the comparison, and perhaps the CI email documentation will help. |