Hello,
Email's working correctly on my machine.
If I do
platform -create_user -team_name="myteam" -email="foo@bar.com" -password="mypass"
the user is created, but the introductory email isn't sent. The user has to go to the "myteam" channel, click the "resend verification mail" and then login after the email.
Email is working - the server (a local machine) doesn't see it until the second round.
I don't see a command flag to "send email"
What I'd really love to see happen as a workflow is:
platform -create_user -team_name="myteam" -email="foo@bar.com" -generate_password
< system creates user, generates random password, expires password, sends password in confirmation email >
User logs in, puts in generated password, changes password, away they go.