In Debug Mode you generally don't want to send real emails,this is what the abp guide says :) https://abp.io/docs/latest/framework/infrastructure/emailing?#nullemailsender
Also, the password ("Abp.Mailing.Smtp.Password") must be encrypted https://abp.io/docs/latest/framework/infrastructure/emailing?_redirected=B8ABF606AA1BDF5C629883DF1061649A#encrypt-the-smtp-password
I hope I was helpful.
Would it be possible to have an article like https://abp.io/community/articles/how-to-upload-and-download-files-in-the-abp-framework-using-angular-que8cdr8 but for Blazor WASM?
And an article explaining how to optimize performance, see https://github.com/abpframework/abp/issues/20395
Thanks
Release the new version of Abp Studio at the same time as the new version of Abp.io https://github.com/abpframework/abp/releases -> https://abp.io/docs/latest/studio/release-notes
This way we can carefully plan the updates by creating a new solution to compare the differences and make the necessary changes to our custom code.
Thanks.
ok, thanks for the links. Now I will study and try to put them into practice
hi roberto.fiocchi
The affected versions are 9.0.7 and 9.1.0, other versions don't have any issues.
The issue is now resolved, and here's the quick fix: https://abp.io/support/questions/8990/unregistered-version-of-Eziriz%27s-NET-Reactor#answer-3a18ca49-409a-d43e-0df5-8df4b150c93d
Once released, my application will not be modified or updated. Can you confirm that offline everything will work even after years and that there are no licenses or anything that will block my application?
Thanks
hi
A component in our compiled code is reaching out to a server live to determine if it is allowed to run
It's offline, and we use the Eziriz encryption DLL. Eziriz allows unregistered use for a month. These two NuGet packages aren't registered, but Eziriz only throws an error after a month.
A license code embedded in our dependencies has an expiration date that we do not know about
The ABP license check is performed only at the application startup, not during runtime or at any other time. It also supports offline usage.
I don't understand, I'm developing a solution with ABP that I will have to release on a customer's on-premise server and this will not have access to the Internet because it processes highly confidential business data and therefore the customer has chosen maximum security. Are you telling me that my application will stop working after 1 month?
It would be nice to have an answer and not wait more days. If necessary, I open a new ticket.
Hi @enisn, I can't find the information requested. Can you send me links to the documentation?
Thanks!
Ok, to do it myself I would need links to documentation for these two points.
Can you give me the links?
Thanks
I need a real working example.
I don't know how to implement those two highlighted points in the correct way
Thanks