Email integration with PEC and MAILGUN services using api call.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.gepafin.tendermanagement.service.impl;
|
||||
|
||||
import net.gepafin.tendermanagement.model.request.EmailConfig;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface EmailService {
|
||||
void sendEmail(String subject, String body, List<String> recipientEmails, EmailConfig emailConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user