Reject unregistered users mail and notify them

Reject unregistered users mail and notify them

Usecase : Organizations dont want to handle/fetch unregistered contacts mails into the application. They also want to notify the end user when they send email stating 
The Request raised by you is rejected. Kindly send mail from the registered email

Steps to follow :

1. This can be achieved using Admin -> Business rules feature -> Negate operation. Refer to the below for the configuration.



2. Download the attached files and paste them under SupportCenterPlus\integration\custom_scripts
2.a) Configure the configuration.py with necessary Mail server setting details.
2.b) Generate and provide the technician key.

3. Set Unapproved contacts from below -> Admin -> General -> Self-Service Portal Settings



Now check the case by sending email from unregistered email address.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Script to Notify Support Reps when a new reply is received for Unassigned Requests

                        Please do follow the below steps to notify support reps when an unassigned request is updated or when a reply is received.  1. Download the configuration.json file, sendMail.py file, requestobj.json file from the below link: ...
                      • 8121 Index fix jar (contact module corruption)

                        This is compatible with 8121 At times , the contact search is not working and that leads to mail fetching issues also. This fix might work in certain instances. Please check it. However the permanent solution is available from 11.0 version. It is ...
                      • Contact name is shown as System instead of actual name

                        In certain cases , users will see this error in the request details page. As per design of SCP 11.0, Support Rep of one Portal cannot be a Contact in another portal. If a support rep in portal A , sends email to Portal B , (where he is associated or ...
                      • query to find the unapproved contacts -> PGSQL

                        Below is the query to find the unapproved contacts -> PGSQL-> can be used from version 11 SELECT aaauser.User_id AS "User ID", aaauser.first_name "First name", aaauser.last_name "Last name", hd.id "Portal ID", hd.displayname "Portal Name", ...
                      • Query to find Contact roles

                        All requests from their account and sub account  SELECT aaauser.FIRST_NAME "Contact Name",org.NAME "Account Name",ucinfo.EMAILID "Contact Email",ucinfo.LANDLINE "Contact Phone",ucinfo.MOBILE "Contact Mobile",ucinfo.FAX "Contact Fax" FROM AaaUser ...