2amigos / yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension
https://github.com/2amigos/yii2-usuario
Other
294 stars 142 forks source link

Error sending welcome message to "xxx@email.com". Please try again later. #425

Closed TimoB2005 closed 3 years ago

TimoB2005 commented 3 years ago

What steps will reproduce the problem?

run "yii user/create youremail@gmail.com admin adminadmin administrator"

What is the expected result?

a working user.

What do you get instead?

The Error:

Please fix following errors:

  • Error sending welcome message to "email@email.de". Please try again later.
TonisOrmisson commented 3 years ago

seems like you have no e-mail transport configured

TimoB2005 commented 3 years ago

so i created a migration with "yii migrate/create admincreation"

and putted the code for an admin user in it. Does that need an E-Mail Transport? Because the login with the login-details seems not to work