Skip to content

Commit 6f40c7c

Browse files
authored
Admin email (#119)
* admin email
1 parent 47deb3e commit 6f40c7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

includes/options-page.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,5 +446,9 @@ class="button-secondary"
446446
value="<?php _e('Test Configuration', 'mailgun'); ?>"
447447
/>
448448
</p>
449+
450+
<p>
451+
<?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'));?>
452+
</p>
449453
</form>
450454
</div>

0 commit comments

Comments
 (0)