Problem/Motivation

We developed a website using Drupal version 8 and this website is hosted on Azure (virtual server). Users can register to access restricted areas of the Portal.
But some users have reported that they are not receiving the welcome email.
After researching, I understood that I would need to authenticate the messages.
So I installed the modules:

  • SMTP Authentication Support: to configure e-mail server authentication
  • Mail System: to configure the standard plugin for sending messages
  • PHPMailer: even it don't install, I followed the instructions and, in /vendors directory, it has save the /phpmailer directory.

However in this Azure environment it didn't work. It is also important to mention that when configuring the e-mail and the sender's name, these data is not changed in the sent message.
I deployed this site on Hostgator and on this host it worked correctly.
I send two evidences about the environments:

  • Test-Azure-NOK.jpg: error in message security (no authentication)
  • Test-Hostgator-OK.jpg: authentication OK

Is there any particularity for configuring the module in the Azure environment?

Thanks

Comments

charles.kniss created an issue. See original summary.

bluegeek9’s picture

Assigned: charles.kniss » Unassigned
Status: Active » Closed (outdated)
Issue tags: -Azure, -SMTP Authentication, -Encryption Problem

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.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

bluegeek9’s picture

Status: Closed (outdated) » Fixed
//www.flaticon.com/free-icons/thank-you Thank you for your contribution! Your continued support makes this project sustainable.
There are multiple ways to show appreciation for the work contributed to this project including:
  • Triage issues and adding more context to existing issues.
  • Flagging SMTP as a favorite on the project page to help others discover it and show your support.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.