File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/views/settings/general.php
<table class="form-table">
<tr valign="top" class="settings-row settings-row-from-name">
<th scope="row"><?php esc_html_e( 'From Name', 'mailster' ); ?> *</th>
<td><input type="text" name="mailster_options[from_name]" value="<?php echo esc_attr( mailster_option( 'from_name' ) ); ?>" class="regular-text"> <span class="description"><?php esc_html_e( 'The sender name which is displayed in the from field', 'mailster' ); ?></span></td>
</tr>
<tr valign="top" class="settings-row settings-row-from-email">
<th scope="row"><?php esc_html_e( 'From Email', 'mailster' ); ?> *</th>
<td><input type="text" name="mailster_options[from]" value="<?php echo esc_attr( mailster_option( 'from' ) ); ?>" class="regular-text"> <span class="description"><?php esc_html_e( 'The sender email address. Ask your subscribers to white label this email address.', 'mailster' ); ?></span></td>
</tr>
<tr valign="top" class="settings-row settings-row-reply-to-email">
<th scope="row"><?php esc_html_e( 'Reply-to Email', 'mailster' ); ?> *</th>
<td><input type="text" name="mailster_options[reply_to]" value="<?php echo esc_attr( mailster_option( 'reply_to' ) ); ?>" class="regular-text"> <span class="description"><?php esc_html_e( 'The address users can reply to', 'mailster' ); ?></span></td>
</tr>
<tr valign="top" class="settings-row settings-row-send-delay">
<th scope="row"><?php esc_html_e( 'Send delay', 'mailster' ); ?> *</th>
<td><input type="text" name="mailster_options[send_offset]" value="<?php echo esc_attr( mailster_option( 'send_offset' ) ); ?>" class="small-text"> <span class="description"><?php esc_html_e( 'The default delay in minutes for sending campaigns.', 'mailster' ); ?></span></td>
</tr>
<tr valign="top" class="settings-row settings-row-delivery-by-time-zone">
<th scope="row"><?php esc_html_e( 'Delivery by Time Zone', 'mailster' ); ?> *<?php echo mailster()->beacon( '63fb2e7c52af714471a1738a' ); ?></th>
<td><label><input type="hidden" name="mailster_options[timezone]" value=""><input type="checkbox" name="mailster_options[timezone]" value="1" <?php checked( mailster_option( 'timezone' ) ); ?>> <?php esc_html_e( 'Send Campaigns based on the subscribers timezone if known', 'mailster' ); ?></label>
</td>
</tr>
<tr valign="top" class="settings-row settings-row-embed-images">
<th scope="row"><?php esc_html_e( 'Embed Images', 'mailster' ); ?></th>
<td><label><input type="hidden" name="mailster_options[embed_images]" value=""><input type="checkbox" name="mailster_options[embed_images]" value="1" <?php checked( mailster_option( 'embed_images' ) ); ?>> <?php esc_html_e( 'Embed images in the mail', 'mailster' ); ?></label>
</td>
</tr>
<tr valign="top" class="settings-row settings-row-module-thumbnails">
<th scope="row"><?php esc_html_e( 'Module Thumbnails', 'mailster' ); ?></th>
<td><label><input type="hidden" name="mailster_options[module_thumbnails]" value=""><input type="checkbox" name="mailster_options[module_thumbnails]" value="1" <?php checked( mailster_option( 'module_thumbnails' ) ); ?>> <?php esc_html_e( 'Show thumbnails of modules in the editor if available', 'mailster' ); ?></label>
</td>
</tr>
<tr valign="top" class="settings-row settings-row-post-list-count">
<th scope="row"><?php esc_html_e( 'Post List Count', 'mailster' ); ?></th>
<td><input type="text" name="mailster_options[post_count]" value="<?php echo esc_attr( mailster_option( 'post_count' ) ); ?>" class="small-text"> <span class="description"><?php esc_html_e( 'Number of posts or images displayed at once in the editbar.', 'mailster' ); ?></span></td>
</tr>
<tr valign="top" class="settings-row settings-row-system-mails">
<th scope="row"><?php esc_html_e( 'System Mails', 'mailster' ); ?><?php echo mailster()->beacon( '611bba6ff886c9486f8d9936' ); ?></a>
<p class="description"><?php printf( esc_html_x( 'Decide how %s uses the wp_mail function.', 'Mailster', 'mailster' ), 'Mailster' ); ?></p>
</th>
<td>
<p><label><input type="radio" name="mailster_options[system_mail]" class="system_mail" value="0" <?php checked( ! mailster_option( 'system_mail' ) ); ?>> <?php printf( esc_html_x( 'Do not use %s for outgoing WordPress mails', 'Mailster', 'mailster' ), 'Mailster' ); ?></label></p>
<p><label><input type="radio" name="mailster_options[system_mail]" class="system_mail" value="1" <?php checked( mailster_option( 'system_mail' ) == 1 ); ?>> <?php printf( esc_html_x( 'Use %s for all outgoing WordPress mails', 'Mailster', 'mailster' ), 'Mailster' ); ?></label><br>
<label><input type="radio" name="mailster_options[system_mail]" class="system_mail" value="template" <?php checked( mailster_option( 'system_mail' ) == 'template' ); ?>> <?php esc_html_e( 'Use only the template for all outgoing WordPress mails', 'mailster' ); ?></label></p>
<p> <?php esc_html_e( 'use', 'mailster' ); ?>
<?php
mailster( 'helper' )->notifcation_template_dropdown( mailster_option( 'system_mail_template', 'notification.html' ), 'mailster_options[system_mail_template]', ! mailster_option( 'system_mail' ) );
esc_html_e( 'and', 'mailster' );
?>
<select name="mailster_options[respect_content_type]"<?php echo ! mailster_option( 'system_mail' ) ? ' disabled' : ''; ?>>
<option value="0" <?php selected( ! mailster_option( 'respect_content_type' ) ); ?>><?php esc_html_e( 'ignore', 'mailster' ); ?></option>
<option value="1" <?php selected( mailster_option( 'respect_content_type' ) ); ?>><?php esc_html_e( 'respect', 'mailster' ); ?></option>
</select>
<?php esc_html_e( 'third party content type settings.', 'mailster' ); ?>
</p>
</td>
</tr>
<tr valign="top" class="settings-row settings-row-charset-encoding">
<th scope="row"><?php esc_html_e( 'CharSet', 'mailster' ); ?> / <?php esc_html_e( 'Encoding', 'mailster' ); ?></th>
<td>
<?php
$is = mailster_option( 'charset', 'UTF-8' );
$charsets = array(
'UTF-8' => 'Unicode 8',
'ISO-8859-1' => 'Western European',
'ISO-8859-2' => 'Central European',
'ISO-8859-3' => 'South European',
'ISO-8859-4' => 'North European',
'ISO-8859-5' => 'Latin/Cyrillic',
'ISO-8859-6' => 'Latin/Arabic',
'ISO-8859-7' => 'Latin/Greek',
'ISO-8859-8' => 'Latin/Hebrew',
'ISO-8859-9' => 'Turkish',
'ISO-8859-10' => 'Nordic',
'ISO-8859-11' => 'Latin/Thai',
'ISO-8859-13' => 'Baltic Rim',
'ISO-8859-14' => 'Celtic',
'ISO-8859-15' => 'Western European revision',
'ISO-8859-16' => 'South-Eastern European',
)
?>
<select name="mailster_options[charset]">
<?php foreach ( $charsets as $code => $region ) : ?>
<option value="<?php echo $code; ?>" <?php selected( $is == $code ); ?>><?php echo $code; ?> - <?php echo $region; ?></option>
<?php endforeach; ?>
</select>
<?php
$is = mailster_option( 'encoding', '8bit' );
$encoding = array(
'8bit' => '8bit',
'7bit' => '7bit',
'binary' => 'binary',
'base64' => 'base64',
'quoted-printable' => 'quoted-printable',
)
?>
/
<select name="mailster_options[encoding]">
<?php foreach ( $encoding as $code ) : ?>
<option value="<?php echo $code; ?>" <?php selected( $is == $code ); ?>><?php echo $code; ?></option>
<?php endforeach; ?>
</select>
<p class="description"><?php esc_html_e( 'change Charset and encoding of your mails if you have problems with some characters', 'mailster' ); ?></p>
</td>
</tr>
<tr valign="top" class="settings-row settings-static-map-service">
<th scope="row"><?php esc_html_e( 'Static Map Service', 'mailster' ); ?><?php echo mailster()->beacon( '640f62389d7021629be4e707' ); ?>
</th>
<td>
<p><label><input type="radio" name="mailster_options[static_map]" class="static_map" value="0" <?php checked( ! mailster_option( 'static_map' ) ); ?>> <?php esc_html_e( 'Don\'t use any static maps', 'mailster' ); ?></label></p>
<p><label><input type="radio" name="mailster_options[static_map]" class="static_map" value="osm" <?php checked( mailster_option( 'static_map' ), 'osm' ); ?>> <?php esc_html_e( 'Use OpenStreetMaps', 'mailster' ); ?></label></p>
<p><label><input type="radio" name="mailster_options[static_map]" class="static_map" value="google" <?php checked( mailster_option( 'static_map' ), 'google' ); ?>> <?php esc_html_e( 'Use Google Maps', 'mailster' ); ?></label><?php echo mailster()->beacon( '611bb4ec21ef206e5592c2d8' ); ?></p>
<p class="static_map_more" <?php echo mailster_option( 'static_map' ) != 'google' ? 'style="display:none"' : ''; ?>>
<label><?php esc_html_e( 'Google API Key', 'mailster' ); ?><br><input type="password" name="mailster_options[google_api_key]" value="<?php echo esc_attr( mailster_option( 'google_api_key' ) ); ?>" class="regular-text" autocomplete="new-password"></label><br>
<span class="description">
<a href="https://developers.google.com/maps/documentation/javascript/get-api-key" class="external"><?php esc_html_e( 'Get your Google API Key.', 'mailster' ); ?></a></span></p>
</td>
</tr>
</table>
<p class="description">* <?php esc_html_e( 'can be changed in each campaign', 'mailster' ); ?></p>