CryptoverseCC / ethmail.cc

ETHMail.cc
https://ethmail.cc/
104 stars 18 forks source link

Outbound emails don't seem to work in various clients #16

Closed smssoleimani closed 3 years ago

smssoleimani commented 3 years ago

Everything works via web.ethmail.cc but when trying to configure ETHmail on Gmail iOS or Mail on macOS the email downloads fine but sending doesn't work.

Following this guide. Password is not shown in the iOS screenshot but I did use it there and on both iOS and macOS the email downloads fine, it's outbound that doesn't work. Thoughts?

IMAP:

username: 0xYourEtheremAddress
password: the-key-you-generated-in-first-part
server: ethmail.cc
port: 143
security: STARTTLS

SMTP:

username: 0xYourEtheremAddress
password: the-key-you-generated-in-first-part
server: ethmail.cc
port: 587
security: STARTTLS

Key is setup correctly:

Screen Shot 2021-04-11 at 8 07 14 PM

Mail app on macOS:

Screen Shot 2021-04-11 at 7 57 05 PM

Gmail iOS: IMG_1344 IMG_1343

Error on macOS:

Screen Shot 2021-04-11 at 8 11 32 PM

Error on Gmail iOS: IMG_1345

gkapkowski commented 3 years ago

Hi, thanks for the report I'll check the logs if I can find anything. I'm using ETHMail with my Gmail app on Android and sending messages worked for me just now so it doesn't look like something affecting everyone.

gkapkowski commented 3 years ago

Can you try now?

smssoleimani commented 3 years ago

Hi @gkapkowski it works now, thanks! What was the issue?

gkapkowski commented 3 years ago

It was a misconfiguration, I was performing some additional checks for clients that send hostname with helo command, those checks usually only apply when exchanging messages between servers but they were run when the email app connected. Normally this doesn't matter as most client use ip address instead of hostname.