Can't add username for Oracle SMTP
Hello, I'm trying to get this to work on Oracle Cloud. Oracle for whatever reason uses SMTP TLS with a 160 character username. When I try to save the screen is blank and does not save. I've narrowed it down to just the username field as all others work when I set the settings to SMTP Other.
Is there anything that would block this on the php side?
Thank you.
This discussion has been closed.
Comments
Hi,
That’s an exceptionally long username with 160 characters. The
smtp_username
column under theapps
table in Sendy’s MySQL database only accepts up to 100 characters. That probably explains why.To solve this, login to Sendy’s MySQL database directly and change the character limit for
smtp_username
under theapps
table to200
.Best regards,
Ben