Skip to content

Commit

Permalink
Default email sender is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol-sialitski committed Mar 14, 2024
1 parent 782c29e commit cefad0d
Show file tree
Hide file tree
Showing 9 changed files with 341 additions and 305 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ public interface MailService
@Deprecated
void send( MailMessage message );

void send( MailMessageParams message );
void send( SendMailParams message );
}

0 comments on commit cefad0d

Please sign in to comment.