dre1080 / warden

More than just a user database auth package for FuelPHP
http://dre1080.github.com/warden
MIT License
46 stars 11 forks source link

Mailing support #7

Closed dre1080 closed 12 years ago

dre1080 commented 12 years ago

Add already made email template views and methods to mail users tokens etc.

rclanan commented 12 years ago

Have you looked into this package yet? https://github.com/fuel/email

dre1080 commented 12 years ago

Yea, the idea was to use an already existing email package to create for example:

$user->send_reset_password_instructions();

something like that, and that method automatically generates the token, uses a View template to generate the email body and use the Email package to send the email. Wouldn't that be more efficient?

thanks

rclanan commented 12 years ago

Yes, I like the idea of using view templates to generate the email bodies.