Application Settings

Review application settings and tweak them according to the requirement.

Menu Navigation: Settings - Application Settings

General Settings

Fields

FieldDescription
Force Secure URL

Enable it if you want all links to be forcibly redirected to HTTPS

Warning!
It will redirect to your primary domain in any case. e.g. https://yourmumaradomain.com. This means your primary domain will be exposed if even if you are using the CNAME redirection method.
Application URLThe URL of Mumara installation. Mumara will automatically set this URL itself and you don't need to manually set it
Server IPThe IP address of the server where Mumara is installed. Mumara will automatically detect the IP address itself
Time ZoneSet the default timezone of the application. It is the reference timezone for all internal time-based system operations
Number of Messages per ConnectionIt 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)

Hourly Speed:
Hourly speed is throttling of the emails going out and calculated over nanoseconds. For example, if you have set the hourly speed to 60, it means the system will push the emails out at the rate of 1/s. And if Mumara has parallel campaigns running or multiple clients sending campaigns at the same time, Mumara will not exceed the hourly rate combining all campaigns.
Daily Sending LimitThe maximum number of cumulative emails that can be sent from Mumara per day
Monthly Sending LimitThe maximum number of cumulative emails that can be sent from Mumara per month

Mail SettingsFields

FieldDescription
Mail MethodSelect PHP default mail function or use SMTP to send systematic/notification emails
Sender NameName that the email will appear to be sent from
Sender EmailThe email address that the email will appear to be sent from
Reply-to EmailThe email address where the replies will be sent, in case if the user replies
Email Global HeaderHTML codes that will be automatically inserted at the top of every email going out
Email Global FooterHTML codes that will be automatically inserted at the bottom of every email going out
Force Unsubscribe LinkIf you want to make unsubscribe link insertion into broadcasts mandatory to your clients

Sending Domain Settings

Fields

FieldDescription
Default DKIM selectorThe default selector for the domain keys that appears after adding a sending domain
Default Tracking Domain PrefixThe default subdomain for tracking purpose after adding a sending domain
Domain Key Size in BitsSize 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

Verify Ownership:
In this case, the user will need to verify the ownership of the domain by uploading a file that Mumara randomly creates or by adding a txt record in the domain's DNS.
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.

 

Broadcast SettingsFields

FieldDescription
Auto resume broadcasts upon connection reestablishmentWhen 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

Auto-Inactive:
Any sending node that has failed during a running broadcast will be set as Auto-Inactive and Mumara will just try to re-check the connection for auto-inactive sending nodes.
Recheck auto-inactive sending node connection forHow long Mumara should keep trying to re-establish the connection for auto-inactive sending nodes
Ignore Duplicate Opens forIn some cases, you'll need to ignore duplicate opens if occurred too rapidly. e.g bot opens
SMTP DriverSelect the SMTP Module i.e. PHPMailer or SwiftMailer

Segment SettingsFields

FieldDescription
Chunk SizeTo avoid overloading the system, Mumara processes segments in parts/chunks. Define here the number of records to process per chunk.
Delay Between ChunksFor optimal performance, define the sleep time in seconds between two chunks
Delete Exported Segments AfterNumber of days after the exported segments files from the server should be deleted

 

Trigger SettingsFields

FieldDescription
Number of executions per cronjobThe maximum number of executions that a single cronjob should handle. Set -1 for unlimited
Number of records to process per executionThe number of records to process per execution. Default is 20 to keep server load optimized