start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2024/01/08 09:32] – admin | start [2024/01/20 18:38] (current) – admin | ||
|---|---|---|---|
| Line 194: | Line 194: | ||
| - | **CPanel Navigation** | + | **CPANEL NAVIGATION** |
| What to do when emails are stuck, and no user is receiving any incoming emails? | What to do when emails are stuck, and no user is receiving any incoming emails? | ||
| Line 213: | Line 213: | ||
| Use the Query Rules: | Use the Query Rules: | ||
| - | * You can search using a From, Recipient, Subject, etc. These can be selected from the drop-down. Use anything that that you have. | + | * You can search using a From, Recipient, Subject, etc. These options |
| - | * You can decide | + | * You can decide |
| - | * Then on the textbox, you may paste the From or Recipient or Subject | + | * Then, in the textbox, you may paste the From, Recipient, or Subject. |
| + | |||
| + | If the email(s) are found, you need to add the email address to Global Filters (This is explained at the bottom, describing what it is and how to work with it). Adding it to Global Filters ensures that the From address is not considered as spam anymore. | ||
| + | |||
| + | If the email is not found in the spam quarantine, navigate to Track Delivery. | ||
| + | |||
| + | **Track Delivery Navigation** | ||
| + | |||
| + | Here, you are checking if the email did come through; however, it is not visible to the user. | ||
| + | - From cPanel, navigate to Track Delivery | ||
| + | Here you'll see all emails that have come through for users | ||
| + | * The Event column is color-coded: | ||
| + | * the green email has been received, | ||
| + | * the red email did not get sent; however, gradesmatch received it. In this case, reach out to Lusani. | ||
| + | * and the grey email means the email has been greylisted. | ||
| + | The list gets deleted within 10 days of receiving the email. | ||
| + | |||
| + | This is to check if the email was received or not. If the email address does not appear here, it means the issue is not with Gradesmatch but is external. | ||
| + | |||
| + | **Global Email Filters** | ||
| + | |||
| + | |||
| + | Global Email Filters are emails that usually arrive broken; they come either without a To address or are marked as spam, and Gradesmatch wants them not to be marked as spam. Additionally, | ||
| + | |||
| + | - From cPanel, navigate to Global Email Filters | ||
| + | - Click on " | ||
| + | - Scroll to the end, click the " | ||
| + | - When you add, make sure the rules follow exactly like others. Change " | ||
| + | - Click save | ||
| + | |||
| + | |||
| + | **When Email Accounts (unlimited account) is Full** | ||
| + | |||
| + | This indicates that emails are stuck and not getting sent to the user's inbox. | ||
| + | |||
| + | In this case, you need to browse through all the emails. If you see an email with the subject " | ||
| + | |||
| + | If they don't disappear, navigate to MongoDB, gradesmail.reademailsession. | ||
| + | |||
| + | In the document, check the InSession field. If it's false, this means that there will be no movement of emails from cPanel to the message collection. Change the InSession from false to true. The system usually does this change automatically. However, when the emails have been stuck for a long time, as the sessionLength will confirm, the InSession will give up and remain false. | ||
| + | |||
| + | This unfortunately needs to be done manually. | ||
| + | |||
| + | These emails, " | ||
| + | |||
| + | |||
| + | **Navigation of failed_messages** | ||
| + | |||
| + | From MongoDB, navigate to " | ||
| + | |||
| + | //Here is a template message:// | ||
| + | |||
| + | __Good afternoon Megan__, | ||
| + | |||
| + | My name is __Nqophisa Mtshonisi__, | ||
| + | |||
| + | We received an email with the subject " | ||
| + | |||
| + | If you have any questions please feel free to contact me | ||
| + | |||
| + | NB: You will always need to edit the underlined. When you send the email always cc Unathi and Lebo. Remember that Stellies, NWU, and UFS will not share any information because of the POPI Act. Institutions other institutions are more accepting. | ||
| + | |||
| + | **APS Calculator** | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | **Institutionemail** | ||
| + | |||
| + | This is a collection on MongoDB, gradesmatch_reference.institutionemail | ||
| + | |||
| + | If an institution on message collection has the field of InstitutionName as " | ||
| + | |||
| + | **Central Application Institution** | ||
| + | |||
| + | This is a collection in MongoDB, gradesmatch_reference.central_application_institution. The collection is designed for different institutions that share the same email address, allowing Gradesmatch to distinguish their communication. | ||
| + | |||
| + | If the institution belongs to CAO or Coltech, it needs to be added to the relevant document within central_application_institution. | ||
| + | |||
| + | Assuming we want to add " | ||
| + | |||
| + | - From the central_application_institution collection, navigate to the " | ||
| + | - Add the InstitutionId of " | ||
| + | - If you don't know the Gradesmatch Institution Id, find it in the gradesmatch_reference.institution collection by filtering it by its name. | ||
| + | - Add the settings to the Institutions field. | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| + | } | ||
| + | Search is an array, and you need to find the unique text within the email that differentiates the institution from other communications originating from the From address. | ||
| + | |||
| + | **MONGO QUERIES FOR FIRM OFFERS** | ||
| + | |||
| + | Query to find the offers for: VUT, UNIZULU, SPU, SMU, CUT, UFH | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for Wits: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for UP: | ||
| + | |||
| + | - {CreatedTime: | ||
| + | - {CreatedTime: | ||
| + | - {CreatedTime: | ||
| + | |||
| + | Query for UWC: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for UJ: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | |||
| + | Query for NWU: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | |||
| + | Query for NWU: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for RU: | ||
| + | |||
| + | - {CreatedTime: | ||
| + | - {CreatedTime: | ||
| + | |||
| + | Query for UFS: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for UCT: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | Query for SU: | ||
| + | |||
| + | {CreatedTime: | ||
| + | |||
| + | |||
| + | **In all the queries you'll need to amend the time and institutionId where applicable** | ||
| - | If the email(s) are found. You need to go add the email address to Global Filters (This is explained at the bottom what it is and how to work with it). You add it to Global Filters so that the From address is not considered as spam anymore. | ||
start.1704699123.txt.gz · Last modified: 2024/01/08 09:32 by admin