function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shiva81Shiva81 

Disable Receive Chatter emails

Hi,

 

I am implementing single-sign-on in salesforce using mobile application. My custom visualforce page will be opened from mobile application using SSO.

 

Also I want to create user records for non-existing users(just in time creation), but I don't want new user to receive any email for direct login to Salesforce.

 

Is there any way to prevent users to direct login to Salesforce without manual configuration?

 

-ASH 

Jia HuJia Hu

Just for discussion

 

1. If you use SFDC as IdP, you can force all the user to login through the custom domain you defined, not the default login.salesforce.....

 

2. If you just want to disable the Chatter emails or system emails, update the following fields on the User object:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm

 

Chatter emails:

DefaultGroupNotificationFrequency

DigestFrequency

 

System emails:

ReceivesAdminInfoEmails

ReceivesInfoEmails

Jia HuJia Hu
Click Your Name | Setup | Customize | Chatter | Settings.
Email Notifications
You can disable the email notification function of Chatter.