1

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!

Kees Sonnema
  • 5,759
  • 6
  • 51
  • 106

1 Answers1

1

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.

King Julien
  • 10,981
  • 24
  • 94
  • 132