Score:1

Don't see Mail System under Configuration

eg flag

I'm currently going through the prerequisites of Acquias configuring platform email https://docs.acquia.com/cloud-platform/manage/platform-email/platform-email-configuration/#associate-domain

but I do not see the Mail System to check what our default Mail System is. Does this mean We are using a different one? I do see Nemo Integration but still expected to be able to access Mail System.

enter image description here

thanks

Score:4
fr flag

Looks like you don't have the Mail System module installed and enabled on your site. If you want to use only the default Drupal PhpMailer, then you don't need Mail System. You only need to use Mail System if you install a different mailer and want to use that different mailer.

eg flag
Thank you, is there any way i can check and make sure i'm using the default Drupal PhpMailer?
fr flag
Using drush from the command line, type `drush php-eval "foreach (\Drupal::service('plugin.manager.mail')->getDefinitions() as \$plugin) {print_r(\$plugin['class'] . \"\n\");}" ` which will show you the *available* mailers. Drupal core provides Drupal\Core\Mail\Plugin\Mail\TestMailCollector and Drupal\Core\Mail\Plugin\Mail\PhpMail, and if you only see these and you can be sure that PhpMail is the only mailer in use. If you see other options, then some other module is providing a mailer which *may* be used.
eg flag
thanks but i seem to be getting the below error `In Drupal.php line 130: \Drupal::$container is not initialized yet. \Drupal::setContainer() must be called with a real container.`
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.