Monday 14 December 2009 11:45:33 am
Hello, I am using ezcMailSmtpTransport to send emails which I had working perfectly but then I had to change our email server to require POP before SMTP when sending emails because of some users' issues sending emails. As a result, the emails now fail to send using ezComponents. I get the fatal error: Uncaught exception 'ezcMailTransportException' with message 'An error occured while sending or receiving mail. SMTP server did not accept the provided username and password.' Just to make sure the username and password were correct, I disabled POP before SMTP and tried running it and it worked fine. I was hoping it would be as simple as just adding ezcMailPop3Transport to connect and authenticate with the POP server before sending the email but it made no difference. Any ideas?
|