mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1c3106ae4 |
@@ -113,9 +113,26 @@ export const config = {
|
|||||||
description: 'MailJet is being used to send new listings via mail.',
|
description: 'MailJet is being used to send new listings via mail.',
|
||||||
readme: markdown2Html('lib/notification/adapter/mailJet.md'),
|
readme: markdown2Html('lib/notification/adapter/mailJet.md'),
|
||||||
fields: {
|
fields: {
|
||||||
apiPublicKey: { type: 'text', label: 'Public Api Key' },
|
apiPublicKey: {
|
||||||
apiPrivateKey: { type: 'text', label: 'Private Api Key' },
|
type: 'text',
|
||||||
receiver: { type: 'email', label: 'Receiver Email' },
|
label: 'Public Api Key',
|
||||||
from: { type: 'email', label: 'Sender email' },
|
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.',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fredy",
|
"name": "fredy",
|
||||||
"version": "11.4.0",
|
"version": "11.4.2",
|
||||||
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
|
|||||||
Reference in New Issue
Block a user