When you installed Soapbox Mailer, you selected to provide access to only the administrator profile - but you now want to change that, so that non-administrator users can send mass email from their accounts. Where/how do I do that?
You'll need to adjust the following:
- Grant profile access to the app:
- Go to Setup -> Create -> Apps
- Find the app and click on the name link to open
- Click edit and you should be able to change profile access here.
- Grant profile access to the objects included in the App:
- Go to Setup -> Manage Users -> Profiles
- Find the profile you wish to address
- Click to open it up
- Find and click "Apex Class Access"
- Find each of the following three custom objects:
- Email Link
- Email Template
- Sender
- Click the title to open each
- Click "Edit"
- Set all Field Permissions Read Access to checked
- Set all Field Permissions Read Edit Access to checked:
- Click "Save"
- Enable Apex Class Access:
- Go to Setup -> Manage Users -> Profiles
- Find the profile you wish to address
- Click to open it up
- Find and click "Apex Class Access"
- Click "Edit"
- "Add" each apex class that starts with the prefix "sbm"
- Click "Save"
- Enable Visualforce Page Access :
- Go to Setup -> Manage Users -> Profiles
- Find the profile you wish to address
- Click to open it up
- Find and click "Visualforce Page Access"
- Click "Edit"
- "Add" each apex class that starts with the prefix "sbm"
- Click "Save"