parsemail VS aws-lambda-ses-forwarder

Compare parsemail vs aws-lambda-ses-forwarder and see what are their differences.

parsemail

Hanami fork of https://github.com/DusanKasan/parsemail (by yeo)

aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES (by arithmetric)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
parsemail aws-lambda-ses-forwarder
59 9
2 1,669
- -
2.9 5.1
about 2 months ago 3 months ago
Go JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parsemail

Posts with mentions or reviews of parsemail. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-19.
  • G Suite legacy free edition accounts being suspended on July 1, 2022
    4 projects | /r/gsuite | 19 Jan 2022
    It's a pain in the ass right now. Original I come up with the domain hanami.run because I explained here https://www.youtube.com/watch?v=O1p2crPpFIc I feel like wind blow flowers where Hanami blow out emails.
  • Ask HN: Those making $500/month on side projects in 2021 – Show and tell
    13 projects | news.ycombinator.com | 23 Dec 2021
  • IP for mail server
    1 project | /r/hetzner | 22 Nov 2021
    I run an email forwarding services (https://hanami.run if you want to check it out) and I can share some info:
  • Ask HN: Great tools for solo SaaS founders?
    5 projects | news.ycombinator.com | 21 Nov 2021
    I found https://hanami.run (soon to be mailwip.com due to name conflict with hanamirb.org) to setup email forwarding and a simple blog platform by "email to post" and webhook.

    Use it you can consolidate emails from multiple domains to forward to the same inbox. And you can add webhook/slack notification too.

  • Truth about ProtonMail
    4 projects | news.ycombinator.com | 3 Nov 2021
    You can look into mine (https://hanami.run) very fast to sign up and have a few cool features about webhook or smtp.

    Also, improvmx.com is a great product as well.

    If you like open source, https://maddy.email/ is a single binary deployment that can handle everything even IMAP.

    https://mailcow.github.io/mailcow-dockerized-docs/ is a dockerize solution with super detail document as well.

  • How to Create a SaaS and Compete with the Big Players as a Solo Founder
    1 project | news.ycombinator.com | 19 Oct 2021
    If you want to compete with the big players, you have to solve the most important pain point and work upward from that small use base.

    My case: I work on https://hanami.run (will soon move to https://mailwip.com due to hanamirb.org conflict) and email forwarding is very competitive. Big and old players are all over the place because at the end of day, setting up email forwarding isn't hard and many open source project did it, heck you can spin up AWS lambda for incoming email in no time.

    The pain point is: email will drop sometime, time to time no matter how good an email forwarding service is because they have to scan spam, have false positive, or because of strict DMARC/SPF rule. And I have no tools available to help me out there. So I focus strongly on my maillog features with many level of privacy:

    - no log at all

  • Ask HN: Solo-preneurs, how do you DevOps to save time?
    20 projects | news.ycombinator.com | 12 Oct 2021
    - docker-compose to spin up everything. It's super nice. Again, the deployment is done with a `rsync` then `docker-compose up -f docker-compose-prod.yml`

    Eventually when deployment changes very frequent and need scale/ha I added in Kubernetes. K8S is way easiser to setup than you think and it handle all other suff(load balancer, environment variable etc).

    And my deploy now become: `kubectl apply -f`

    One trick I used is to use `sed` or `envsubst` to replace the image hash.

    For backedup, I again, literally setup cronjob from an external server, `ssh` into database and run `pgdump`.

    I also have a nice NFS server to centralize config and sync back to our git repo.

    I used this whole setup to operate https://hanami.run an email forwarding service for the first 3 months before I added Kubernetes.

  • When users never use the features they asked for
    2 projects | news.ycombinator.com | 29 Sep 2021
    So I want to share a story about user asking for a feature then not using it.

    I run an email forwarding services(https://hanami.run) basically you add your domains in and add some records.

    We had this one heavy users who has like hundreds of domains. So our UI isn't design for that. Who has hundreds of domains? So they approach and asked us for a way to organize those domains into a hierarchy structure.

    All good.

    They are paid our highest tier ($30 per month) so we prioritize the requests and work on it.

    2 days later that same user downgrade to the lowest plan and delete all of their hundred of domains...

    That complicated features remain unused to nowadays...

  • Easily creating and routing email addresses with Cloudflare Email Routing
    2 projects | /r/CloudFlare | 29 Sep 2021
    I used hanami.run and they support that. A catch-all then an explicitly deny rule to disable certain address.
  • Is it possible to setup email forwarding from a domain brought from Wix
    1 project | /r/WIX | 28 Sep 2021
    Wix doesn't have built-in email forwarding but you can use any email forwarding service. Look into hanami.run and simply follow their onboarding process to add your MX record. https://hanami.run/docs/configure_dns#mx

aws-lambda-ses-forwarder

Posts with mentions or reviews of aws-lambda-ses-forwarder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-18.
  • Cheapest way to get domain specific emails?
    2 projects | /r/webdev | 18 Dec 2022
    If they cannot use cloudflare(since we need to use its nameserver), you can self hosted a tool like https://github.com/arithmetric/aws-lambda-ses-forwarder It's powered by AWS Lambda so work flawlessly.
  • Self-hosted email is the hardest it's ever been, but also the easiest
    8 projects | news.ycombinator.com | 4 Sep 2022
    > Could there be a serverless alternative where the service wakes up only to receive emails and will be charged only when emails are processed, filtered and served & rest of the time no charge - avoiding $3 to $5 charged by behemoths per inbox?

    I love ideas as much as the next guy and serverless email is kind of floating out there:

    https://medium.com/schibsted-engineering/building-a-serverle...

    https://github.com/arithmetric/aws-lambda-ses-forwarder

    https://github.com/0x4447/0x4447_product_s3_email

    It's possible to build it, but the problem is that you still have the same problem of deliverability. Obviously it works fine/great for receving emails though.

    > Idea is how cheap can it go for personal inbox with all the features denied by the superlative pricing plans

    It could get really cheap, but would people buy it? I always wonder if price is really the limiting factor for self hosted emails.

    Zoho is already QUITE cheap: https://www.zoho.com/mail/zohomail-pricing.html

    Maybe this would work as a business, but it's a bit questionable to me.

  • Intuit to Acquire Mailchimp for $12b
    3 projects | news.ycombinator.com | 13 Sep 2021
    When using SES, you cannot set FROM header to anything. The FROM has to be either an whitelisted email address or a domain that you own and verified with SES.

    When forwarding email, we are receiving email from unknow domains. If we rewrite the FROM headers then the DKIM will invalid, so service will have to rewrite the FROM and clear out DKIM.

    This is a well-known SES issue and project has to work around https://github.com/arithmetric/aws-lambda-ses-forwarder

    ```

  • Simple domain parking with basic email, for multiple domains
    2 projects | /r/webhosting | 16 Jul 2021
    If you are willing to mess around with code https://github.com/arithmetric/aws-lambda-ses-forwarder use this. It's essentially use AWS SES to process inbound email and lambda to forward email out.
  • Google Workspace for everyone
    1 project | /r/Android | 14 Jun 2021
  • Serverless email forwarding using AWS Lambda and SES
    1 project | news.ycombinator.com | 30 Apr 2021
  • I was not happy with the existing SES email forwarding Lambdas so I made another one - HumbleForwarder (Python). It's enough for my vanity domain.
    3 projects | /r/aws | 16 Apr 2021
    It is unmaintained https://github.com/arithmetric/aws-lambda-ses-forwarder/issues/119 and written in godawful JS promise syntax. So while it may work, I didn't feel like trying it.
  • Serverless Email setup with AWS SES and Lambda
    1 project | dev.to | 23 Feb 2021
    Thanks to Joe Turgeon for inspiration of the tutorial: https://github.com/arithmetric/aws-lambda-ses-forwarder

What are some alternatives?

When comparing parsemail and aws-lambda-ses-forwarder you can also consider the following projects:

mailway - Mailway installer, host your own Mailway instance

MJML - MJML: the only framework that makes responsive-email easy

GoAccess - GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

free-email-forwarding - The best free email forwarding for custom domains. Visit our website to get started (SMTP server)

portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance

unsubscribe-gmail - Gmail Unsubscriber is a Google Apps Script for unsubscribing from unwanted newsletters and other bulk emails.

caniemail - Can I email… Support tables for HTML and CSS in emails.

proton-bridge - Proton Mail Bridge application

mailcheck - Reduce misspelled email addresses in your web apps.

HumbleForwarder - Humble SES email forwarder

s6-overlay - s6 overlay for containers (includes execline, s6-linux-utils & a custom init)

mCaptcha - A no-nonsense CAPTCHA system with seamless UX | Backend component