Email Content

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
AndyE
Posts: 17
Joined: Thu Jul 09, 2015 10:43 am

Email Content

Post by AndyE »

Hi,

I a wondering how I can change th content of the email sent by the database for new registrations, password resets etc to add more contment to them?

Anybody got any idea?

Cheers
Andy
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Email Content

Post by Thorsten »

Hi,

sadly, only by changing the code. I can show you where to change the lines if you tell me what e-mail text should be changed.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndyE
Posts: 17
Joined: Thu Jul 09, 2015 10:43 am

Re: Email Content

Post by AndyE »

Thank you Thorsten,

I was hopeing to add additional text if possible. So the email that is sent for a enw user just has the text below in it:
-------------------------------------
Name: Andy
Login Name: Andy
New Password: assdednx
-------------------------------------
I would like to make this somethig like:
-------------------------------------
Hi there Andy,

Thank you for joining phpmyfaq! Here's the information you need to get logged in:

Name: Andy
Login Name: Andy
New Password: assdednx

Thank you
Support Team
--------------------------------------

Any advice is always appreciated.

Thanks
Andy
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Email Content

Post by Thorsten »

Hi,

here's the piece of code: https://github.com/thorsten/phpMyFAQ/bl ... r.php#L115

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndyE
Posts: 17
Joined: Thu Jul 09, 2015 10:43 am

Re: Email Content

Post by AndyE »

Fantastic, amended the code and its working great!

Could you tell me where to find the same code for the forgoten password email?

Really appreciate the support.

Andy
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Email Content

Post by Thorsten »

phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndyE
Posts: 17
Joined: Thu Jul 09, 2015 10:43 am

Re: Email Content

Post by AndyE »

Thats amazing... thank you for all your help

Andy
Post Reply