How to add authors on localhost
This does the trick for me:
open config.development.json
and change the mail option to:
"mail": {
"transport": "Sendmail"
}
Save the file and restart Ghost using the ghost restart
command. Next, add a user in your Ghost admin then run the ghost log
command to see the email that gets sent to the new user.
Cheers!