8000 Add Feature to Admin Panel: SMTP test, show possible errors on that test webpage · Issue #949 · wekan/wekan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Feature to Admin Panel: SMTP test, show possible errors on that test webpage #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vampirefrog opened this issue Mar 29, 2017 · 4 comments

Comments

@vampirefrog
Copy link
vampirefrog commented Mar 29, 2017

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

@xet7 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
@xet7
Copy link
Member
xet7 commented Mar 31, 2017

@vampirefrog

I changed issue topic for adding SMTP test to Admin Panel, so disk is not filled with logs.

@Zokormazo
Copy link
Contributor

This has a problem.

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.

@xet7
Copy link
Member
xet7 commented Apr 16, 2017

Ok, seems that this is not possible currently because of Meteor.

@xet7 xet7 closed this as completed Apr 16, 2017
@Zokormazo
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0