timwaters / mapwarper

free open source public map georeferencer, georectifier and warper
http://mapwarper.net
MIT License
193 stars 80 forks source link

Unable to send confirm mail in Vagrant #141

Closed lannio closed 5 years ago

lannio commented 6 years ago

Hello After I deploy the system via vagrant in ubuntu16.04,when I create account,the system do not send a confirm email,how to fix it? Did I miss some settings? I only use the vagrant,but not use the other settings in "README.md" like "Database initialization" . So when I deploy the system via vagrant,what else do I have to do to make the system work? Thank you!

kamataryo commented 6 years ago

Hi, maybe this topic is related. hope to be helpful. https://github.com/timwaters/mapwarper/pull/103

timwaters commented 6 years ago

Yes, Vagrant is designed for local only development and not for exposure to the public, so the ability to send mails wasn't added by default. To set up a user, you can add one via the console, https://github.com/timwaters/mapwarper#database-initialization

Or you can monitor the development.log and see the mail and links printed out there.

Tim