Accessing email services
From DreamFactory
(Created page with "### Tutorial Setting up role-based access to email. ### Background Roles govern HTTP access to the REST API endpoints in DreamFactory. When you set up access to an email se...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | === Tutorial === | |
Setting up role-based access to email. | Setting up role-based access to email. | ||
− | + | === Background === | |
Roles govern HTTP access to the REST API endpoints in DreamFactory. When you set up access to an email service in the 'Services' tab, no email endpoints are accessible by default (unless you are a DreamFactory Admin). | Roles govern HTTP access to the REST API endpoints in DreamFactory. When you set up access to an email service in the 'Services' tab, no email endpoints are accessible by default (unless you are a DreamFactory Admin). | ||
Line 9: | Line 9: | ||
You can give access to an email service by following the example below. Note that the example below works the same for each supported email system (local email, Amazon SES, Mailgun, Mandrill, and SMTP) | You can give access to an email service by following the example below. Note that the example below works the same for each supported email system (local email, Amazon SES, Mailgun, Mandrill, and SMTP) | ||
− | + | === Example - Enable HTTP access to local email for a role. === | |
− | 1. Log into the DreamFactory admin console as an Admin. | + | :1. Log into the DreamFactory admin console as an Admin. |
− | 2. Click on 'Roles' > 'Create'. | + | :2. Click on 'Roles' > 'Create'. |
− | 3. In the 'Access' tab, select | + | :3. In the 'Access' tab, select email for 'Service' (this is the default local email service), * for 'Component' (* simply denotes access to all email endpoints), HTTP verbs for 'Access', and API for 'Requestor'.<br><br> |
[[File:Roles-email.png|1000px]] | [[File:Roles-email.png|1000px]] |
Latest revision as of 18:22, 3 February 2016
Tutorial
Setting up role-based access to email.
Background
Roles govern HTTP access to the REST API endpoints in DreamFactory. When you set up access to an email service in the 'Services' tab, no email endpoints are accessible by default (unless you are a DreamFactory Admin).
You can give access to an email service by following the example below. Note that the example below works the same for each supported email system (local email, Amazon SES, Mailgun, Mandrill, and SMTP)
Example - Enable HTTP access to local email for a role.
- 1. Log into the DreamFactory admin console as an Admin.
- 2. Click on 'Roles' > 'Create'.
- 3. In the 'Access' tab, select email for 'Service' (this is the default local email service), * for 'Component' (* simply denotes access to all email endpoints), HTTP verbs for 'Access', and API for 'Requestor'.