feat: specialist_invite API + user lookup. Fixes EventHub/EventHubBack#55
This commit is contained in:
Regular → Executable
+6
-2
@@ -1,4 +1,8 @@
|
||||
-module(logic_email).
|
||||
-export([send_verification_email/2]).
|
||||
-export([send_verification_email/2, send_specialist_invite/2]).
|
||||
|
||||
send_verification_email(Email, Token) ->
|
||||
io:format("Sending verification email to ~s with token ~s~n", [Email, Token]).
|
||||
io:format("Sending verification email to ~s with token ~s~n", [Email, Token]).
|
||||
|
||||
send_specialist_invite(Email, Token) ->
|
||||
io:format("Sending specialist invite email to ~s with token ~s~n", [Email, Token]).
|
||||
|
||||
Reference in New Issue
Block a user