bluegeek9 → made their first commit to this issue’s fork.
Is this what you mean by credit for your organization?
I can add Supporting Organizations to the project. If your code is merged into the project, I will add your organization.
It is kwfinken's project, so if he does not want you as a maintainer ... it is his project. I cannot imagine an objection.
If kwfinken is un-reachable, and your code is merged into the project, I will voice my support to have you add my the site moderators.
It is kwfinken's project. I would not be too worried. He still uses Drupal. If he is unreachable there is a process for the site moderators to make you a maintainer → .
I am not familiar with A2Hosting. I found this on the internet, https://www.bitrecover.com/imap-settings/a2-hosting/
For SMTP is says:
465 or 587, requires SSL
25 or 2525 , non-secure
I could try changing the encryption to TLS. You may also try Enable TLS automatically. You can also try port 587.
Hi @jastraat,
I would be happy to join forces. This sounds like the place for your code.
Do you want to make an initial MR under ✨ can this be made to work with media as well Needs review ? You can use the "3293857-all-entity-type" branch.
I have no issue with you becoming a maintainer; I do not have permissions to add people.
bluegeek9 → changed the visibility of the branch 2.1.x to hidden.
bluegeek9 → changed the visibility of the branch 2.0.x to hidden.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
🐛 Update tests for new Drupal 10.2 Add Field page Active is a duplicate.
I understand the motivation behind increasing familiarity with gender-neutral titles, but I would question whether a software module is the right vehicle for that goal. Exposure can make something more familiar, but it does not automatically lead to acceptance — people respond to ideas through experience, not repetition alone.
From a practical standpoint, defaults in software are meant to serve the broadest range of users with the least friction. When defaults are used to promote social visibility rather than usability, it can blur the line between function and advocacy. Flexibility already exists for organizations or individuals who wish to add their own titles, without imposing assumptions on everyone else.
In short, it may be wiser to keep defaults focused on clarity and efficiency, leaving social or cultural choices to those implementing the software in their own context.
I think this is a duplicate of 📌 Failing Tests: Core 11.2+ Active
I think the queue support should be removed entirely.
There has not been a desire from the community and the existing queue code is not working.
bluegeek9 → made their first commit to this issue’s fork.
There are no special settings to have it work on Azure that I am aware of. The screenshots look like it is an issue with how the smtp server and DNS is configured and not the SMTP module.
PHPMailer is the library that SMTP uses.
"require": {
"phpmailer/phpmailer": "^6.1.7"
},
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → made their first commit to this issue’s fork.
🐛 Impossible to clear the password Active is a duplicate.
I think this is "works as designed".
The SMTP project provides a Mail plugin. The default interface controls which plugin is used to send mail.
I understand that this setting prevents the SMTPMailSystem from sending emails. Someone remove it the port to Drupal 8, I imagine they had there reasons.
This issue appears to be fixed. There has not been an update for two years.
This is similar to 🐛 "Disabled fields are overridden in site-specific configuration file" Warning Needs work but not identical.
Are you able to send a test email from the SMTP settings form?
I think the error messages could be related to whatever module is providing the forms. Is it Webform?
Drupal\Core\Entity\EntityStorageException
The SMTP module does not provide or use entities.
This issue was last update 4 years ago so I am closing it.
I removed the warning message about disabled fields.
When a field is overridden the description starts with (Overridden).
Hi Paul,
It does sound like an issue with the mail provider. Reopen the issue if the problem persists.
I have reviewed the code. The previous mail system does not get saved.
There is an issue to add this information to the help page.
📌 Add help topic to inform user about available config changes via settings.php Active
PHP’s OpenSSL extension rejected the mail server’s certificate — typically because:
- The certificate is self-signed or issued by an untrusted CA.
- The hostname in the certificate doesn’t match the SMTP host you’re connecting to.
- The server’s certificate chain is incomplete (missing intermediate CA certs).
- Your container or PHP environment is missing CA certificates.
I would need more information to know the cause. There has not been activity for 5 years, so I am closing the issue.
There has not been activity for 5 years. I am closing as outdated.
I am closing the issue due to the age. If you need assistance on this issue, please change the status to Active.
I am closing the issue due to the age. I you need assistance on this issue, please change the status to Active.
I am closing the issue due to the age. I you need assistance on this issue, please change the status to Active.
I removed the custom methods and used built-in methods.
bluegeek9 → made their first commit to this issue’s fork.
The Drupal project is not deprecated and supports Drupal 11. There as another issue to update the dependencies, 📌 Update Dependencies Active .
There is another issue to remove it as a dependency, ✨ Remove jQuery as a dependency Active
Hi Ryan,
Is the SMTP server provided by A2Hosting? Is it Gmail?
Which port is configured? Can you share your SMTP settings minus user & password?
bluegeek9 → changed the visibility of the branch 3500577-ci-pipeline-fail to hidden.
bluegeek9 → changed the visibility of the branch 8.x-4.x to hidden.
Drupal has a setting for which Plugin is used by default to send mail. If you enable the SMTP from settings.php you also need to set it as the default interface.
$config['system.mail']['interface']['default'] = 'SMTPMailSystem';
This issue is about Drupal 7. It is no longer supported.
There are several ways to override the smtp_password so it is not stored in the config. Storing the password as a state still has the password stored as plain text in the database.
You version of PHP and Open SSL determine which version of TLS are avaliable.
PHP 7.2 compiled with OpenSSL 1.0.2 supports TLS 1.0, 1.1, and 1.2.
PHP 7.4 compiled with OpenSSL 1.1.1 supports TLS 1.2 and 1.3.
I am sorry to hear you had issue with the SMTP module. The SMTP module uses the phpmailer library[1]. You can try updating to a nower version:
composer update drupal/smtp -W
I understand that this issue was last updated 5 years ago. I assume the issue was resolved or a different solution was implemented.
The module has a setting to reroute all emails to a single address.
Can you provide more information about when it gets disabled? My best guess is it is related to a deployment to your site, but without more information it is just a guess.
Since this issue has not been updated in over 3 years I assume the issue was resolved or a different solution was implemented.
The https://drupal.org/project/analytic project needs to be working before this issue can move forward.
IMAP is used for retrieving messages. It seems like the request is out of scope.
This is from the projects homepage.
What does SMTP NOT do?
This module does not support (and will not support) sending mail via other protocols or APIs other than SMTP.
For Example: While services like sendgrid do support SMTP, you may get a better experience using the Sendgrid Integration Module
Since the form element is disabled if the value is overridden, and since overridden values are not saved, @see SMTPConfigForm::submitForm
I update buildForm to show the overridden values.
I also added more tests.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
There have been commits made under this issue. There has not been activity for 7 years. I think the issue is outdated by now.
Hi bm839,
Can you tell me more about the form that is being submitted? Did the Recent Logs show anything?
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
The current release of SMTP is 1.4. There has not been activity for two years. I think this can be closed.