We have a .Net client to send emails through SMTP. We have our emails accounts over google apps technology (we use gmail with our domain). We have had problems with one email account because it can't send email. If we debug, we get this error: "Unable to read data from the transport connection: net_io_connectionclosed". All other email accounts are fine.
We tried using PHP with PHPMailer and we get this error:"Password command failed: 454 4.7.0 Too many login attempts, please try again later"
Curiously, the account can login using the Gmail web client (common Gmail interface). We checked the email password and configuration and there is no error apparently.
Thanks,