This is an alternative to Resend. You can use NodeMailer, which is simply a SMTP library, to connect to any SMTP server.
Copy
EMAIL_PROVIDER: "nodemailer"EMAIL_HOST: "smtp.gmail.com" # smtp host if you choose nodemailerEMAIL_PORT: "465" # smtp port if you choose nodemailerEMAIL_SECURE: "true" # smtp secure if you choose nodemailerEMAIL_USER: "user" # smtp user if you choose nodemailerEMAIL_PASS: "pass" # smtp pass if you choose nodemailer