Browse Source

Change SMTP test message subject

Vova Tkach 5 years ago
parent
commit
294b1aead8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_settings_act_smtp.go

+ 1 - 1
modules/module_settings_act_smtp.go

@@ -37,7 +37,7 @@ func (this *Modules) RegisterAction_SettingsSmtp() *Action {
 		if pf_smtp_test_email != "" {
 			if err := wrap.SendEmail(
 				pf_smtp_test_email,
-				"Fave.Pro SMTP test message",
+				"❤️ Fave.Pro SMTP test message",
 				"Hello! This is Fave.Pro test message.<br />If you see this message, then you right configured SMTP settings!",
 			); err != nil {
 				wrap.MsgError(err.Error())