79438411

Date: 2025-02-14 05:05:11
Score: 2.5
Natty:
Report link

The problem simply got resolved when I removed this line

UTL_SMTP.HELO(c, 'xxx.awsapps.com');

And added this line before UTL_SMTP.AUTH

UTL_SMTP.EHLO(c, 'xxx.awsapps.com');

It seems the handshaking was not done correctly which was causing to throw 504 The requested authentication mechanism is not supported

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rajarshi Mukherjee