Skip to main content

How to create free email forwarding for your vercel app custom domain

ยท 2 min read
Joodi
Published in Linkedin

During my day to day use, I missed having a personalized email service with my domain, for example info[at]joodi.me I looked on the Vercel dashboard and saw that they didn't offer this type of service, so I started searching for third-party services and found ImprovMX .

What is ImprovMX? ImprovMX offers an email forwarding service. What it basically does is catch all emails that arrive at your domain, for example, all emails that arrive at @joodi.me will be redirected to another email that I informed.

And you know the best?! It's free and has a very fast delivery capacity:

So let's learn how to do this? The configuration process at ImprovMX is very quick and easy, just access their website which you can open by clicking here .

Right from the start you will come across this section where you enter your domain and the email to which you will be redirected:

After filling in the data and clicking on Create a free alias you will be redirected to a screen like this, where it will show you the DNS settings necessary to complete the implementation:

Then just enter this DNS information into your domain provider to start the redirection, this DNS update process can take up to 48 hours to finish propagating.

Soon after the records are OK, you will see a screen like this:

And if everything is ok, all your emails will be redirected!

โœ… Thanks for reading!

Source

Strapi is great

ยท One min read
Joodi
Published in Dev.to

Strapi is the most advanced Node.js API Content Management Framework. Halfway between a Node.js Framework and a Headless CMS, it saves weeks of API development time. The most basic feature of a Strapi API is to expose a CRUD. That means you can easily get, create, update and delete entries. In this article you will learn how to build powerful, secure and fast API in Node.js without writing a single line of code. ๐Ÿšฉ

๐Ÿš€ https://strapi.io/

How to display images from all domains in Next.js

ยท One min read
Joodi
Published in Linkedin

To allow Next.js to display images from all domains, modify your "next.config.js" file to add an object with protocol and hostname properties to the "remotePatterns" array property.

tip

Use ** in next.config.mjs

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
}
};

export default nextConfig;

Kinde A new era of authentication

ยท One min read
Joodi
Published in Linkedin

Kinde Are you seeking a robust and secure authentication solution for your applications? โœ”๏ธ Consider Kinde Auth, a cloud-based platform offering an array of advanced features: ๐Ÿ’ข

  • Social login for seamless access through existing social media accounts like Google and Facebook. ๐Ÿ“ข
  • Passwordless login using magic links or email codes ๐Ÿคฉ, eliminating the need for passwords.
  • Multi-factor authentication (MFA) for an additional layer of security.
  • User management capabilities for efficient user tracking and administration.๐Ÿ”ฅ
  • Role-based access control (RBAC) to manage user permissions effectively.
  • Marketing tools to help grow your user base.
  • Developer tools including SDKs and APIs for easy integration.

โœ… The benefits of Kinde Auth include a strong focus on security, ease of integration, flexibility to adapt to diverse needs, transparent pricing, and reliable customer support. Explore more about Kinde Auth:

If you have any inquiries about Kinde Auth, I'm here to assist you! ๐Ÿšฉ