jesusrrs
You have orphaned SMTP records in the database. Login to the database, go to the email table, copy all of the id
values, go to the email_account table, search for WHERE email_id NOT IN(ids_you_copied)
, and delete the records in the results.
Cheers.