When you are using the SMTP Authentication Support module, email is sent directly from the your Drupal application through the mail server that you specify in the module configuration.
Sometimes it can be a bit difficult to understand why email that you expect to see from your site hasn't been delivered.
&nbps;
/var/log/sites/[site].[env]/logs/[servername]/[logname].log
grep smtp drupal-watchdog.log
drupal-watchdog.log:Sep 26 17:29:52 172.16.2.133 ohio: https://yoursitename.com|1537982992|smtp|207.173.24.186|https://yoursitename.com/admin/config/system/smtp|https://yoursitename.com/admin/config/system/smtp|1||Sending mail to: [email protected] request_id="v-c6b6b524-c1b1-11e8-b5cc-abe438f9b08b"
grep request_id="v-c6b6b524-c1b1-11e8-b5cc-abe438f9b08b" *.log
drupal-watchdog.log:Sep 26 17:29:53 172.16.2.133 ohio: https://yoursitename.com|1537982993|smtp|207.173.24.186|https://yoursitename.com/admin/config/system/smtp|https://yoursitename.com/admin/config/system/smtp|1||Error sending e-mail from [email protected] to [email protected]: SMTP Error: Data not accepted.SMTP server error: 5.2.0 STOREDRV.Submission.Exception:InvalidLicenseException; Failed to process message due to a permanent exception with message Mailbox 'df962302-379c-4290-9c1a-df8b74d200fa' doesn't have a valid license. InvalidLicenseException: Mailbox 'df962302-379c-4290-9c1a-df8b74d200fa' doesn't have a valid license. request_id="v-c6b6b524-c1b1-11e8-b5cc-abe438f9b08b"
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Wed Oct 22 2025 08:59:29 GMT+0000 (Coordinated Universal Time)