fix(email): retire legacy SMTP follow-up
Keep follow-up draft generation but remove the direct application SMTP delivery boundary. Route users to the provider-aware Job email flow and return 410 for legacy API callers.
This commit is contained in:
@@ -1053,6 +1053,7 @@ export const translations = {
|
||||
jobDetailsSubject: "Subject",
|
||||
jobDetailsDraft: "Draft",
|
||||
jobDetailsCopyDraft: "Copy draft",
|
||||
jobDetailsOpenJobEmail: "Open Job email",
|
||||
jobDetailsSendAndLogEmail: "Send and log email",
|
||||
jobDetailsSending: "Sending...",
|
||||
jobDetailsFollowUpSent: "Follow-up sent and logged.",
|
||||
@@ -2183,6 +2184,7 @@ export const translations = {
|
||||
jobDetailsSubject: "Emne",
|
||||
jobDetailsDraft: "Utkast",
|
||||
jobDetailsCopyDraft: "Kopier utkast",
|
||||
jobDetailsOpenJobEmail: "Åpne Job email",
|
||||
jobDetailsSendAndLogEmail: "Send og loggfør e-post",
|
||||
jobDetailsSending: "Sender...",
|
||||
jobDetailsFollowUpSent: "Oppfølging sendt og loggført.",
|
||||
|
||||
Reference in New Issue
Block a user