Reputation: 5784
I use Tank_auth for authentication in my codeigniter project. when i create a new account or reset my password. standard emails were sent. how do i change the content/language for these emails?
I searched my whole application folder but could not find anything related.
Hope someone can point me to the right place.
Thanks!
Upvotes: 1
Views: 140
Reputation: 11308
Tank auth stores HTML files for emails in application/views/email/
. Check that location. You will guess the purpose of each file by it's name.
Upvotes: 1