Editing an email adapter

Let’s say I want to modify the source code of a particular email adapter
Let’s say I ā€˜need’ the source code of the adapter module to be included in the nodejs project not fetched from packages.json

image

So for example if the adapter we’re talking about is SimpleParseSmtpAdapter then ā€œsimple-parse-smtp-adapterā€ is no longer in the fetched npm packages and no longer in packages.json but instead the source code is included in the nodejs project as a file (CustomEmailAdapter.js for example)
What would be the name of the module in the emailAdapter parameter in parse server options ?

On module, you can specify the path to the file.

1 Like