- Issue created by @guymandude
- π¬π§United Kingdom mistergroove
Not sure this is the same issue but I cannot get an anonymous smtp relay working either. The microsoft server complains about a missing certificate. (The mailserver is setup to only allow anonymous connection from my IP).
Expected response code "250/251/252" but got code "550", with message "550 5.7.64 TenantAttribution; Relay Access Denied [ValidationStatus of '' is EmptyCertificate]
- π¬π§United Kingdom mistergroove
My issue was related to https://www.drupal.org/project/symfony_mailer/issues/3511150 π Option to force ipv4? Active (The communication with the SMTP server was using an IPv6 address instead of an IPv4 address needed). I'll note my resolution it in that issue.
- π¬π§United Kingdom adamps
Thanks for the information. I'm not sure there is anything we can do in this module - this seems more related to the upstream symfony mailer library.