Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration amazon ses #27

Closed
GlauberF opened this issue Jun 21, 2018 · 5 comments
Closed

configuration amazon ses #27

GlauberF opened this issue Jun 21, 2018 · 5 comments
Assignees

Comments

@GlauberF
Copy link

in my application I need to use email sending, it was decided to use amazon ses, but in the default settings in mail.js, inside the config folder, there is no example of how to configure amazon ses, someone could send me the configuration code snippet for amazon ses

@thetutlage
Copy link
Member

Config is passed directly to https://www.npmjs.com/package/aws-sdk. Here is an example of SES config https://github.com/adonisjs/adonis-mail/blob/develop/test/ses.spec.js#L18

@thetutlage
Copy link
Member

Closing since no response from the issue reporter and not actionable as well

@yasser17
Copy link

@thetutlage Can you upload ses configuration again? The link not works

@diruzcode
Copy link

@thetutlage Can you upload ses configuration again? The link not works

you can find the configuration here
https://github.com/adonisjs/adonis-mail/blob/3.0.10/test/ses.spec.js

@sangemi
Copy link

sangemi commented Apr 15, 2020

ses: {
	driver: 'ses',
	accessKeyId: Env.get('SES_KEY'),
	secretAccessKey: Env.get('SES_ACCESS_KEY'),
	region: Env.get('SES_REGION'),
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants