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
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.
The text was updated successfully, but these errors were encountered:
@faithghlee : Please feel free to ask questions if you have any. We already send emails when users register and reset passwords; this will be a bit similar but the form data needs to be sent instead.
So there's no back-end logic involved. What we have to do here is, remove this POST request to usebasin and instead replace it with a back-end POST request sending all the form information.
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.
The text was updated successfully, but these errors were encountered: