diff --git a/index.php b/index.php index 4ab8092..c489c81 100644 --- a/index.php +++ b/index.php @@ -195,11 +195,11 @@ ob_end_flush(); ob_implicit_flush(true); echo '

' . get_string('testing', 'local_' . $pluginname) . '

'; - echo '

' . get_string('from') . ' : ' . $fromemail->email . '
+ echo '

' . get_string('fromsender') . ' : ' . $fromemail->email . '
🡇             🡇             🡇
' . get_string('server', 'local_' . $pluginname, (empty($CFG->smtphosts) ? 'PHPMailer' : $CFG->smtphosts)) . '
🡇             🡇             🡇
- ' . get_string('to') . ' : ' . $toemail->email . '

'; + ' . get_string('torecipient') . ' : ' . $toemail->email . '

'; ob_implicit_flush(false); // Manage Moodle SMTP debugging display.