Fix readme to note move of mailgun adapter
This commit is contained in:
@@ -203,7 +203,7 @@ var server = ParseServer({
|
|||||||
appName: 'Parse App',
|
appName: 'Parse App',
|
||||||
// The email adapter
|
// The email adapter
|
||||||
emailAdapter: {
|
emailAdapter: {
|
||||||
module: 'parse-server/lib/Adapters/Email/SimpleMailgunAdapter',
|
module: 'parse-server-simple-mailgun-adapter',
|
||||||
options: {
|
options: {
|
||||||
// The addres that your emails come from
|
// The addres that your emails come from
|
||||||
fromAddress: 'parse@example.com',
|
fromAddress: 'parse@example.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user