Customizing E-mail messages ... ?

Hi There

I’m trying to figure out how to customize the email send to the user when retrieving a password.

I’m having difficulties with the $param_message. Can’t seem to figure out where this variable is set??

It uses the {lang_send_new_pswd} to hold the text.

But where is the $param_message defined?

Any suggestions??

Thanks in advance :slight_smile:

… Work around …

I used an array, just adding to the $param_message

Eg.:
$mail_message = sprintf("%s<br/><br/>%s", $param_message, “added test message”);

the added test message could also be defined in the language as {lang_xxxxx}.

Regards Michael

Note … I would still like to know where the $param_message is defined, if anybody knows that :slight_smile:

2022 y tengo la misma duda :rofl: :rofl: :rofl: