Add support for SendGrid as Email notification handler
This commit is contained in:
@@ -25,6 +25,8 @@ import io.kamax.mxisd.threepid.session.IThreePidSession;
|
||||
|
||||
public interface INotificationHandler {
|
||||
|
||||
String getId();
|
||||
|
||||
String getMedium();
|
||||
|
||||
void sendForInvite(IThreePidInviteReply invite);
|
||||
|
||||
Reference in New Issue
Block a user