Add Feature to Admin Panel: SMTP test, show possible errors on that test webpage · Issue #949 · wekan/wekan · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please enable logging (just output to stdout) of any email errors that occur. This would save people time if their emails aren't being sent. The SMTPClient (programs/server/npm/node_modules/meteor/email/node_modules/simplesmtp/lib/client.js) class has built-in logging, so you can easily use that. It can be disabled later. Perhaps you can add an environment variable such as MAIL_DEBUG=1 that is in the setup examples, I am sure that would save people a lot of time. It would have saved me 3 days of trying to get it to send emails. Thanks
The text was updated successfully, but these errors were encountered:
xet7
changed the title
Please log mail sending errors, for easier configuration
Add Feature to Admin Panel: SMTP test, show possible errors on that test webpage
Mar 31, 2017
To be able to send a mail with meteor, you must set MAIL_URL env variable with the new server config, there is no way to use a custom smtp server for a individual email.
So if we implement this, we'll have to change MAIL_FROM to the data on admin-panel for the test, and at that moment is posible to be someone else making somo action that send an email (invite, register...) so that other mail could go with the testing MAIL_FROM too.
I was thinking about this. Althorught the proposed feature is not possible, it would be possible to add a button to send a test mail with the current setted settings.
Something like 'Send test email' that sends a mail to the admin user that uses?
Uh oh!
There was an error while loading. Please reload this page.
Please enable logging (just output to stdout) of any email errors that occur. This would save people time if their emails aren't being sent. The SMTPClient (programs/server/npm/node_modules/meteor/email/node_modules/simplesmtp/lib/client.js) class has built-in logging, so you can easily use that. It can be disabled later. Perhaps you can add an environment variable such as MAIL_DEBUG=1 that is in the setup examples, I am sure that would save people a lot of time. It would have saved me 3 days of trying to get it to send emails. Thanks
The text was updated successfully, but these errors were encountered: