You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently we are using UseBasin to send emails in our home page contact form. This has limitations and can only send 100 emails. We need to just send emails using our server. 😄
Describe the solution you'd like
Add a email sending functionality similar to what we have for password reset emails and registration email sending.
Additional context
UseBasin was used due to our need of developing a solution quickly; we would prefer to use our own email sending preferably as that will not impose any limits.