improve mailjet

This commit is contained in:
weakmap@gmail.com
2025-08-30 21:27:43 +02:00
parent dd8d88404a
commit f1c3106ae4
2 changed files with 22 additions and 5 deletions

View File

@@ -113,9 +113,26 @@ export const config = {
description: 'MailJet is being used to send new listings via mail.',
readme: markdown2Html('lib/notification/adapter/mailJet.md'),
fields: {
apiPublicKey: { type: 'text', label: 'Public Api Key' },
apiPrivateKey: { type: 'text', label: 'Private Api Key' },
receiver: { type: 'email', label: 'Receiver Email' },
from: { type: 'email', label: 'Sender email' },
apiPublicKey: {
type: 'text',
label: 'Public Api Key',
description: 'The public api key needed to access this service.',
},
apiPrivateKey: {
type: 'text',
label: 'Private Api Key',
description: 'The private api key needed to access this service.',
},
receiver: {
type: 'email',
label: 'Receiver Email',
description: 'The email address (single one) which Fredy is using to send notifications to.',
},
from: {
type: 'email',
label: 'Sender email',
description:
'The email address from which Fredy send email. Beware, this email address needs to be verified by Sendgrid.',
},
},
};

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "11.4.0",
"version": "11.4.2",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",