David Grudl
David Grudl
It seems that ftp in PHP doesn't work with Wedos. I am unable to list files via ``` php $f = ftp_ssl_connect('12345.w71.wedos.net'); ftp_login($f, 'user', 'password'); var_dump(ftp_nlist($f, '*')); ``` ftp_connect works...
Do you know alternative client? ad better error: it is good idea, can you send PR?
Great, so closing.
Still same problem with PHP 7.2.3
Currently it is not possible, maybe I add it in the future
Because it instantly modifies the input argument and because it is tricky (or hard to explain, reuse, whatever), I think it can be better solved in the config: ```neon mail.mailer:...
As a workaround, don't pass second argument to setHtmlBody() to avoid regexp.
Be a self confidence. If you close the feature request when the random passerby puts thumb down, it means that it's so insignificant to you, so I do not see...
`ENT_QUOTES | ENT_HTML5` is needed to decode `'` too
I think that simpler than `tester -v` is just `tester`. It prints version.