Skip to content

Commit

Permalink
Admin email (#119)
Browse files Browse the repository at this point in the history
* admin email
  • Loading branch information
uavn authored Mar 4, 2021
1 parent 47deb3e commit 6f40c7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/options-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,9 @@ class="button-secondary"
value="<?php _e('Test Configuration', 'mailgun'); ?>"
/>
</p>

<p>
<?php _e("The configuration test email will be sent to your site's administrative email address:", 'mailgun'); ?> <?php echo esc_html(get_option('admin_email'));?>
</p>
</form>
</div>

0 comments on commit 6f40c7c

Please sign in to comment.