Julen Diez

Results 3 issues of Julen Diez

Hi guys, I´m following the examples defined on the guide, I have added some info to the payload on JWTCreatedEvent correctly. But, when I´m trying to get that payload information...

### Environment Symfony 4.2.8 #### Symfony packages ``` $ composer show --latest 'symfony/*' ``` Symfony flex ones ## Subject I can´t change the plugin path, it just takes the default...

I was reading some issues about how to configure the ReplyTo header so I made this: > $mail->setFrom($this->getSenderEmail(), $this->getSenderName()); $mail->setReplyTo($this->getSenderEmail(), $this->getSenderName()); The problem is that the From is filled with...