-
Notifications
You must be signed in to change notification settings - Fork 34
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
No documentation about configuring to send mail #406
Comments
Are you looking for the SendGrid Drupal documentation? https://sendgrid.com/docs/for-developers/sending-email/drupal/ |
@bondjimbond maybe out of scope, but using a module like https://www.drupal.org/project/smtp would work for you? There is a DRUPAL 7 version. We use that in archipelago and everyone (except my mailbox) is happy |
@DiegoPino Tried SMTP, doesn't work in ISLE. |
@g7morris is this the module we use for sendgrid, or another one? |
To my knowledge it is the same module yes using the new method of API keys instead of passwords. |
Hi @bondjimbond thanks for pointing this out that there is this gap in the documentation. I will add this topic to the list for the next ISLE release slated in March. |
In the meanwhile, that module works from our experience. Gavin's note about API keys is discussed here: https://www.drupal.org/project/smtp/issues/3183100. If you get it working and add this documentation we'd all appreciate the effort. |
@noahwsmith @g7morris I tried using the SMTP module using the info that Sendgrid provides, to no avail. If you've more precise guidance re configuration, I'd love to try it out. |
@bondjimbond can you provide details on how Sendgrid doesn't work for you? It literally works out of the box for us following the vendor's instructions. |
Diego suggested SMTP. I suggested using Sendgrid without SMTP. The main doc page sends you to use https://www.drupal.org/project/sendgrid_integration. It has extensive documentation https://git.drupalcode.org/project/sendgrid_integration/blob/HEAD/README.md |
sendgrid_integration's documentation no longer works for a new install: see https://www.drupal.org/project/sendgrid_integration/issues/3203272 I'll work on that, but the main thing for this issue isn't a support request - it's about documentation of what exactly you need to do in order to support mail in ISLE. Since ISLE doesn't support the default/standard Drupal mailing functions, documentation for how to make it work should be part of the installation documents. |
I have not yet been able to get this working. Furthermore, I'm encountering this mail problem in another ISLE install at another organization, as well. System email is really important to Islandora installs, so I feel that good documentation for how to make it work in this environment is critical. |
Issue description
I cannot get Drupal configured to successfully send mail within an ISLE environment, even when the server is properly configured to send mail. This means that alerts, new account notifications, etc. cannot get through.
According to discussions on Slack, you need to set up Sendgrid or another service to handle mail, but there is no documentation about how to do this. There is some documentation about setting up the optional Chronograf piece with Sendgrid, but nothing about the very basic Drupal mail configuration.
Mail handling should be part of the install docs, or at least the troubleshooting docs.
The text was updated successfully, but these errors were encountered: