Closed (fixed)
Project:
SMTP Authentication Support
Version:
8.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2023 at 13:46 UTC
Updated:
30 Oct 2025 at 15:44 UTC
Jump to comment: Most recent
Comments
Comment #2
zebda commentedComment #3
gennadiy commentedJust SMTP (Drupal 7 only) works with 587 TLS, but now I'm trying to find the right set of modules/configurations to send HTML emails.
Comment #4
imclean commentedPort 465 isn't deprecated, in fact implicit TLS should be used for SMTP submission as it's more secure than connecting in plain text then optionally negotiating encryption.
Port 465 uses TLS, even though SSL is often mentioned in conjunction with that port.
Comment #5
imclean commentedTo answer point 2 in the issue summary, it usually means that port isn't open on the server you're trying to connect to. Select TLS or no encryption and set the port to 587 to check.
@gennadiy, there are a number of SMTP related modules.
Comment #6
bluegeek9 commentedThis issue appears to be fixed. There has not been an update for two years.