- Import emails from a list to a DB
- Create Template Emails - Options Email
This commit is contained in:
@@ -21,6 +21,11 @@ module.exports = Object.freeze({
|
||||
RIS_SUBSCRIBED_ERR: -1,
|
||||
RIS_SUBSCRIBED_STR: 'subscribed',
|
||||
|
||||
RIS_UNSUBSCRIBED_OK: 5,
|
||||
RIS_UNSUBSCRIBED_STR: 'unsubscribed',
|
||||
RIS_UNSUBSCRIBED_NOT_EXIST: -5,
|
||||
RIS_UNSUBSCRIBED_ALREADY_DONE: -10,
|
||||
|
||||
MenuAction: {
|
||||
DELETE: 100,
|
||||
},
|
||||
@@ -47,6 +52,30 @@ module.exports = Object.freeze({
|
||||
de: 'Abonnement des fehlgeschlagenen Newsletters',
|
||||
} ,
|
||||
|
||||
RIS_UNSUBSTR_NOT_EXIST: {
|
||||
enUs: 'Subscription email not found!',
|
||||
es: 'Suscripción email no encontrada!',
|
||||
it: 'Sottoscrizione Email non trovata!',
|
||||
fr: 'Abonnement courriel introuvable!',
|
||||
de: 'E-Mail-Abonnement nicht gefunden!'
|
||||
} ,
|
||||
|
||||
RIS_UNSUB_ERROR_FAILED: {
|
||||
enUs: 'Unsubscribed Failed :(',
|
||||
es: 'Desuscripción al boletín fallido',
|
||||
it: 'Desottoscrizione alla Newsletter Fallita',
|
||||
fr: 'Désabonnement à la newsletter en échec',
|
||||
de: 'Abmeldung des fehlgeschlagenen Newsletters',
|
||||
} ,
|
||||
|
||||
RIS_UNSUBSCRIBED_MSG_ALREADY_DONE: {
|
||||
enUs: 'Unsubscription already made!',
|
||||
es: 'Unsuscripción ya realizada!',
|
||||
it: 'Desottoscrizione già effettuata!',
|
||||
fr: 'Désabonnement déjà fait!',
|
||||
de: 'Abmeldung bereits gemacht!'
|
||||
} ,
|
||||
|
||||
|
||||
LIST_END: '10000000',
|
||||
LIST_START: null,
|
||||
|
||||
Reference in New Issue
Block a user