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
Background: Bugmark is (currently) a Rails application. We run multiple instances of the Rails app for trials, research and tests. These instances will come and go, and the domain names for the instances will change frequently.
I prefer to use a mail service provider like mailgun or sendgrid or AWS-SES.
So first step for 'Lost Password' is a general utility for sending/receiving notifications.
Here's what I would like:
a delivery agent service with a fixed IP address or domain name (like delivery.bugmark.net)
the deliver agent server could be written in ruby (sinatra, rails) or elixir (phoenix)
the service would be standalone webapp wrappered by a restful api
if ruby, use grape and grape-swagger to implement the api
if elixir, use maru and maru-swagger to implement the api
the server should be written so that the mail service providers are pluggable/swappable
Once we have a general-purpose mail forwarding server, we can implement 'Lost Password' (and a bunch of other stuff)
@guptatrisha97 if you think this is a good fit for you, let me know and I will assign you to it.
Send email for 'Lost Password'
The text was updated successfully, but these errors were encountered: