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('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 . '