Review application settings and tweak them according to the requirement.
Menu Navigation: Settings - Application Settings

| Field | Description |
|---|---|
| Force Secure URL | Enable it if you want all links to be forcibly redirected to HTTPS |
| Application URL | The URL of Mumara installation. Mumara will automatically set this URL itself and you don't need to manually set it |
| Server IP | The IP address of the server where Mumara is installed. Mumara will automatically detect the IP address itself |
| Time Zone | Set the default timezone of the application. It is the reference timezone for all internal time-based system operations |
| Number of Messages per Connection | It is the number of emails to be sent before re-establishing the connection with the MTA server. In other words, it's the batch size of the emails per persistent connection |
| Delete Campaign Logs After (Days) | The number of days you want the campaign logs to retain. To keep the database optimized and light, you may need to delete old and unnecessary campaign logs |
| Hourly Sending Speed | The maximum number of cumulative emails to be sent per hour. (It is an application-level sending rate) |
| Daily Sending Limit | The maximum number of cumulative emails that can be sent from Mumara per day |
| Monthly Sending Limit | The maximum number of cumulative emails that can be sent from Mumara per month |
Fields| Field | Description |
|---|---|
| Mail Method | Select PHP default mail function or use SMTP to send systematic/notification emails |
| Sender Name | Name that the email will appear to be sent from |
| Sender Email | The email address that the email will appear to be sent from |
| Reply-to Email | The email address where the replies will be sent, in case if the user replies |
| Email Global Header | HTML codes that will be automatically inserted at the top of every email going out |
| Email Global Footer | HTML codes that will be automatically inserted at the bottom of every email going out |
| Force Unsubscribe Link | If you want to make unsubscribe link insertion into broadcasts mandatory to your clients |

| Field | Description |
|---|---|
| Default DKIM selector | The default selector for the domain keys that appears after adding a sending domain |
| Default Tracking Domain Prefix | The default subdomain for tracking purpose after adding a sending domain |
| Domain Key Size in Bits | Size of the domain keys generated after adding a sending domain |
| Require Domain Ownership Verification | Enable if you want Mumara to verify the ownership of the sending domain name before it can be used When you enable this option, Mumara will further ask you about the previous domains i.e if you want the already added domains to be set as verified or unverified. |
Fields| Field | Description |
|---|---|
| Auto resume broadcasts upon connection reestablishment | When the connection with a sending node fails during a running broadcast, Mumara auto pauses the broadcast. Enable it if you want Mumara to auto-resume the system-paused broadcasts if the connection with sending node has been restored |
| Recheck auto-inactive sending node connection after every | After how many minutes Mumara should recheck the connection with a failed sending node |
| Recheck auto-inactive sending node connection for | How long Mumara should keep trying to re-establish the connection for auto-inactive sending nodes |
| Ignore Duplicate Opens for | In some cases, you'll need to ignore duplicate opens if occurred too rapidly. e.g bot opens |
| SMTP Driver | Select the SMTP Module i.e. PHPMailer or SwiftMailer |
Fields| Field | Description |
|---|---|
| Chunk Size | To avoid overloading the system, Mumara processes segments in parts/chunks. Define here the number of records to process per chunk. |
| Delay Between Chunks | For optimal performance, define the sleep time in seconds between two chunks |
| Delete Exported Segments After | Number of days after the exported segments files from the server should be deleted |
Fields| Field | Description |
|---|---|
| Number of executions per cronjob | The maximum number of executions that a single cronjob should handle. Set -1 for unlimited |
| Number of records to process per execution | The number of records to process per execution. Default is 20 to keep server load optimized |