Registration email doesn't work when registration is successful
Created 7 years ago by lckamalThere is some problem with registration email sending. Registration is successful but email doesn't work. Email settings is fine, I have tested other emails and working fine. http://take.ms/7bSI81
ryanthompson
—
7 years ago
Can you try using the log
driver and let me know if it even attempts to send that way at all? Does your setup have a server email defined?
lckamal
—
7 years ago
@ryanthompson - any update on this?
ryanthompson
—
7 years ago
Sorry for not following up sooner - ANY form you override - you technically change it's location so you will need to do this for any services it depends on sitting next to it.
Adding handler
protected $handler = 'Anomaly\UsersModule\User\Register\RegisterFormHandler';
on My Registerform builder worked.