File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ You can modify the script to use any other API you like or debug-step through th
5858An example configuration to add the API Mail Adapter to Parse Server could look like this:
5959
6060```js
61- const Mailgun = require(" mailgun.js" );
62- const formData = require(" form-data" );
63- const { ApiPayloadConverter } = require(" parse-server-api-mail-adapter" );
61+ const Mailgun = require(' mailgun.js' );
62+ const formData = require(' form-data' );
63+ const { ApiPayloadConverter } = require(' parse-server-api-mail-adapter' );
6464
6565// Configure mail client
6666const mailgun = new Mailgun(formData);
67- const mailgunClient = mailgun.client({ username: " api" , key: process.env.MAILGUN_API_KEY });
67+ const mailgunClient = mailgun.client({ username: ' api' , key: process.env.MAILGUN_API_KEY });
6868const mailgunDomain = process.env.MAILGUN_DOMAIN;
6969
7070// Configure Parse Server
You can’t perform that action at this time.
0 commit comments