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
| Comment | File | Size | Author |
|---|---|---|---|
| Test-Azure-NOK.jpg | 66.05 KB | charles.kniss | |
| Test-Hostgator-OK.jpg | 67.22 KB | charles.kniss |
Comments
Comment #2
bluegeek9 commentedThere 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.
Comment #4
bluegeek9 commented