diff --git a/api/mailConfig.php b/api/mailConfig.php index 2b13ece..7d74df0 100644 --- a/api/mailConfig.php +++ b/api/mailConfig.php @@ -6,4 +6,4 @@ $MAIL_PASSWORD = 'secretpassword'; // SMTP password $MAIL_SMTPSECURE = 'ssl'; // Enable TLS encryption, `ssl` also accepted $MAIL_PORT = 465; // TCP port to connect to $MAIL_FROM = 'user@somehost.com'; -$MAIL_FROMNAME = 'Taskboard'; \ No newline at end of file +$MAIL_FROMNAME = 'TaskBoard';