truemail-rb / truemail-rack

Truemail server. Lightweight rack based web API 🚀
https://truemail-rb.org/truemail-rack
MIT License
30 stars 9 forks source link

[QUESTION] Is it possible to self host this service for email validation? #115

Closed Anas-hameed closed 7 months ago

Anas-hameed commented 8 months ago

Details

Is there a way to support validation such that our server IP address is not blocked by the mail server like gmail, outlook, etc?

"smtp_debug": [
        {
            "mail_host": "[ip]",
            "port_opened": true,
            "connection": false,
            "errors": {
                "mailfrom": "<ip> Service unavailable, Client host [ip] blocked using Spamhaus. To request removal from this list see https://www.spamhaus.org/query/ip/[ip] (AS3130).",
                "connection": "SSL_read: unexpected eof while reading"
            }
        }
    ],
bestwebua commented 7 months ago

@Anas-hameed Yes, as option is to use another IP host for validation.