mellivora icon indicating copy to clipboard operation
mellivora copied to clipboard

Adding mail server enabled option for avoiding errors if not configured.

Open junquera opened this issue 6 years ago • 0 comments

I've added a new parameter to the configuration in order to control email capabilities:

Config::set('MELLIVORA_CONFIG_EMAIL_MAILSERVER_ENABLED', true);

Its mainly for avoid the error when a user creates an account and there is no mail server configured, but also for other parts of the project where tries to send an email.

junquera avatar Jan 15 '19 09:01 junquera