mirkomaty
mirkomaty
Any insights to this issue? I have the same phenomenon.
I got it. You need a from-Address: ``` … ``` The SendForgotPasswordEmail method in the MembershipHelper class doesn't provide a "from" address. It makes sense to provide this information in...
EDIT: Sorry, I haven't seen this solution: https://github.com/milkshakesoftware/PreMailer.Net/pull/198 So, I'm going to try to write a formatter. Maybe somebody might find this comment helpful. -mm
I'm having the same problem. I tried to build the package from source but didn't manage to get the right version. Any insights about building from source? @madskristensen - are...
Same Problem here, but I use .NET Framework 4.7.2. FileZilla works and gives me the following log: ``` 2019-11-28 09:47:37 7744 1 Status: Resolving address of xername.your-backup.de 2019-11-28 09:47:37 7744...
Note the different IPv6 addresses… But this seems to work. The connection for the passive mode data stream is established but CoreFtp can't activate the encryption. Seems to fail during...
Are there any insights to this? I have a similar query which throws the error with no apparent cause. It works for hours and suddenly throws the exception: Lucene.Net.QueryParsers.Classic.ParseException: Cannot...
Could someone from HQ comment on this? Sorry to say that, but it's quite annoying. This is the code failing: ``` booleanOperation = index.Searcher .CreateQuery("content") .Field("__NodeTypeAlias", "newsSource"); var result =...
@nielslynggaard Thanks for reminding me of this workaround. I'll give it a try.
I just stumbled over issue #577. There is obviously a piece of information here that "less-skilled users" (like me) miss. I understand Issue #577 like this: If I start the...