E-Mail: Credentials in GUI does not work

Issue

  • E-Mail is working correctly
  • “Test Member 1” is not available inside sent e-mails
  • Correct credentials are “nextcloudadmin@gmx.net

Config in GUI

e-mail-config-gui

Config in config.php

<?php $CONFIG = array ( 'updatechecker' => false, 'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => 'localhost', 1 => '192.168.178.37', 2 => 'domain.my', 3 => 'owncloud', ), 'datadirectory' => '/var/ocdata', 'overwrite.cli.url' => 'https://domain.my/', 'dbtype' => 'mysql', 'version' => '11.0.0.10', 'dbname' => 'owncloud_db', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_ocadmin', 'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', 'logtimezone' => 'Europe/Berlin', 'installed' => true, 'instanceid' => 'xxxxxxxxxxxx', 'appstore.experimentalogl.enabled' => 'true', 'mail_smtpmode' => 'smtp', 'mail_smtpauth' => 1, 'mail_smtpport' => '587', 'mail_smtphost' => 'mail.gmx.net', 'mail_smtpauthtype' => 'PLAIN', 'mail_from_address' => 'nextcloudadmin', 'mail_domain' => 'gmx.net', 'mail_smtpsecure' => 'tls', 'mail_smtpname' => 'old_nextcloudadmin@gmx.net', 'mail_smtppassword' => 'xxxxxxxx', 'preview_libreoffice_path' => '/usr/bin/libreoffice', 'memcache.local' => '\\OC\\Memcache\\Redis', 'filelocking.enabled' => 'true', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '/var/run/redis/redis.sock', 'port' => 0, 'timeout' => 0, 'dbindex' => 0, ), 'loglevel' => 1, 'debug' => false, 'maintenance' => false, 'htaccess.RewriteBase' => '/', 'singleuser' => false, 'theme' => '', 'updater.release.channel' => 'stable', 'appstore.experimental.enabled' => true, 'share_folder' => '/Shared with me', );

Environment

  • Mail template editor 0.2
  • Browser Name and version: Firefox 50.1.0
  • Operating System and version (desktop or mobile): Ubuntu 16.04
  • Nextcloud version: 11.0.0
  • PHP version: PHP 7.0.8-0ubuntu0.16.04.3
  • Database version: mysql Ver 14.14 Distrib 5.7.16
  • Are you using encryption: no

Github Issue