PacoBell wrote:It's none of the above. Gmail, at least, requires SSL/TLS. I'm guessing (just a hunch) that SAB doesn't support SMTP over SSL yet. If not, that needs to be fixed.
No; SAB has no problems sending via gmail-smtp-in.l.google.com
FWIW: this is de logging of SAB sending mail via gmail-smtp-in.l.google.com:
- Code: Select all
2012-08-16 10:47:32,779::INFO::[api:640] Sending testmail
2012-08-16 10:47:32,781::DEBUG::[emailer:59] Connecting to server gmail-smtp-in.l.google.com.:25
2012-08-16 10:47:32,900::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server gmail-smtp-in.l.google.com.:25
2012-08-16 10:47:32,989::DEBUG::[emailer:86] TLS mail server detected
2012-08-16 10:47:33,163::INFO::[emailer:123] Notification e-mail succesfully sent
... and the mail indeed arrives in the destination mailbox.
And: the OP cannot send via any mail/smtp server, so it's not gmail related.
HTH