R
R
R4tm4n2019-01-23 13:48:01
MODX
R4tm4n, 2019-01-23 13:48:01

How to change email header in modx revo?

When sending a registration confirmation letter (I use the login snippet) Title of the letter (not subject) = Modx revolution, how can I change it to the one I need?5c48465c5409e730812514.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FOcuswOwX, 2019-01-23
@FOcuswOwX

&activationEmailSubject is the subject
The signature is most likely passed from the site_name system setting

A
Arthur K., 2019-01-27
@amark

If you look in the code , you can suddenly find lines like this:

$this->modx->mail->set(modMail::MAIL_FROM, $this->modx->getOption('emailsender'));
$this->modx->mail->set(modMail::MAIL_FROM_NAME, $this->modx->getOption('site_name'));
$this->modx->mail->set(modMail::MAIL_SENDER, $this->modx->getOption('emailsender'));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question