4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: IzyB on July 16, 2005, 08:30:24 PM

Title: Change email subject line?
Post by: IzyB on July 16, 2005, 08:30:24 PM
I know how to change the body of the email (in lang/english/email). But how do I change the subject line? I don't see that anywhere. Thanks!
Tina
Title: Re: Change email subject line?
Post by: V@no on July 16, 2005, 08:39:35 PM
lang/<your language>/main.php
Title: Re: Change email subject line?
Post by: IzyB on July 16, 2005, 08:42:43 PM
Thanks!  :D

Title: Re: Change email subject line?
Post by: IzyB on July 16, 2005, 10:36:00 PM
I can't seem to find where to actually change what is in the subject line in main.pho. I see some lines in there that pertain to email, but I don't see the actual subject wording in there.

What I want to change is when the person who registers is activated and they receive the email with the subject: "Registar at *******"     I want to change that to something like "Your registration at *****".
Title: Re: Change email subject line?
Post by: V@no on July 16, 2005, 11:06:55 PM
Quote from: lang/<your language>/main.php
$lang['send_password_emailsubject'] = "Send password for {site_name}";  // Mail subject for password.
$lang['update_email_emailsubject'] = "Update email for {site_name}";    // Mail subject for activation code when changing email address
$lang['register_success_emailsubject'] = "Register at {site_name}";     // Mail subject for activation code
$lang['admin_activation_emailsubject'] = "Account Activation";          // Mail subject for account activation by admin.
$lang['activation_success_emailsubject'] = "Account activated";         // Mail subject after account activation by admin.
Title: Re: Change email subject line?
Post by: IzyB on July 17, 2005, 04:22:22 AM
Thanks a million V@no!! I was looking and looking and just wasn't seeing it :?

Tina