Konfigurace mailer v neon

Upozornění: Tohle vlákno je hodně staré a informace nemusí být platné pro současné Nette.
webdata
Člen | 153
+
0
-

Ve verzi Nette 2.1 dev, to fungovalo v pohodě. Teď u verze 2.1.0 RC3 to hlasí

Unknown option nette.mailer.host, nette.mailer.port, nette.mailer.username, nette.mailer.password

V config.neon mám toto.

nette:
	mailer:
		smtp: true
		host: 'smtp.domain.tld'
		port: 25
		username: 'email@domain.tld'
		password: 'password'
chemix
Nette Core | 1310
+
0
-

Mam stejny problem a nejak netusim co s tim …

enumag
Člen | 2118
+
0
-

Na GH už 2 dny visí pull request. https://github.com/…te/pull/1305

David Grudl
Nette Core | 8282
+
0
-

fixed