Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
&activationEmailSubject is the subject
The signature is most likely passed from the site_name system setting
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 questionAsk a Question
731 491 924 answers to any question