Resolved conflicts while sync with master
This commit is contained in:
@@ -73,7 +73,10 @@ public class SystemEmailService implements EmailService {
|
||||
|
||||
throw new RuntimeException("Failed to send email via Mailgun: " + (response != null ? response.getMessage() : "No response from Mailgun"), e);
|
||||
}
|
||||
emailLogRequest.setEmailServiceResponse(response.toString());
|
||||
if(response != null) {
|
||||
emailLogRequest.setEmailServiceResponse(response.toString());
|
||||
}
|
||||
|
||||
emailLogDao.createEmailLog(emailLogRequest);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user