Improve staff application flow with error handling updates, new email address, and code formatting adjustments.
This commit is contained in:
@@ -26,7 +26,7 @@ public class StaffApplicationMail {
|
||||
@Value("${spring.mail.username}")
|
||||
private String fromEmail;
|
||||
|
||||
private static final String STAFF_APPLICATION_EMAIL = "staff@alttd.com";
|
||||
private static final String STAFF_APPLICATION_EMAIL = "apply@alttd.com";
|
||||
|
||||
/**
|
||||
* Sends an email with the staff application details to the staff applications team mailbox.
|
||||
|
||||
Reference in New Issue
Block a user