Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

any self-hosted script like .mail-tester.com

marsonmarson Member

Helo

Anyone know the script (paid or free) that I can use to test the e-mail server configuration like https://www.mail-tester.com/, for those who don't know this script it provides an e-mail address where you can send an test e-mail and the server returns e-mail deliverability score and gives you hints what should be improved to give your e-mails better deliverability. The mail-tester.com site is great however I need to make a lot of tests on the various servers so I hit its free daily limit very quickly. So I would like to deploy similar site myself.

Comments

  • virtua_cloudvirtua_cloud Member, Host Rep

    If you're willing to pay, have you considered using their API?
    It could be a good solution to automate a lot of tests: https://www.mail-tester.com/manager/

  • ulayerulayer Member, Host Rep

    Haven't found anything better than that. Would be interested to know if there's anything better (that's free).

  • marsonmarson Member

    @virtua_host said:
    If you're willing to pay, have you considered using their API?
    It could be a good solution to automate a lot of tests: https://www.mail-tester.com/manager/

    I know know about their API but I prefer to pay one fee and use it as long as I want.

  • https://github.com/lnxg33k/email-header-analyzer
    All I could find, but I too would like a script like mail-tester.com
    Let me know if you find anything better.

  • virtua_cloudvirtua_cloud Member, Host Rep

    @marson said:
    I know know about their API but I prefer to pay one fee and use it as long as I want.

    Which feature of Mail-Tester.com interest you the most?
    If you don't mind about the "preview" maybe we can do something for you.

  • NeoonNeoon Community Contributor, Veteran

    I guess, all what it does, boils down to a regex email verification and a handshake to a mailserver, to check if the mailserver knows the email.

    Thats it, sure you can find already premade stuff for that, open source.

  • virtua_cloudvirtua_cloud Member, Host Rep

    @Neoon I'm not so sure about that, Mail-Tester isn't a email verification service. It's a tool to check if everything is okay with your mail server configuration (SPF, DKIM...) and your email content to avoid to finish in the spam folder.

  • marsonmarson Member

    @virtua_host said:

    @marson said:
    I know know about their API but I prefer to pay one fee and use it as long as I want.

    Which feature of Mail-Tester.com interest you the most?
    If you don't mind about the "preview" maybe we can do something for you.

    well I think that most functionality is needed but I think that the mosst must have features are SPF and DKIM checking and the spam list checker will be also fine.

Sign In or Register to comment.