Great. Glad, it helped.
You don't need to change anything. Just fill the settings. And also try different ports (587 for smtp.gmail) and different SSL options.
You should set your SMTP host configurations.
For example:
**SMTP host:**smtp.email_provider_server_name.com Domain Name: email_provider_server_name.com user Name: user_name_of_your_smtp_server **pasword:**pass_of_your_smtp_server
In your screenshoot, there may be something like: smtp.e-tdreeb.com* for SMTP Host.
it looks its about your SQL Server version.
Generated SQL by EF is not compatible with your SQL server version.
Check following links: <a class="postlink" href="https://github.com/aspnet/EntityFramework/issues/4616">https://github.com/aspnet/EntityFramework/issues/4616</a> <a class="postlink" href="https://stackoverflow.com/questions/29995502/paging-with-entity-framework-7-and-sql-server-2008">https://stackoverflow.com/questions/299 ... erver-2008</a>
By the way, if we find any workaround on this, we will share it.
Hi,
You have been logged in as tenant admin. You should log in as host admin to see eMail tab.
Hi,
Which version of SQL Server are you using?
Hi,
There is an option at create/edit edition page that named "What will done after subscription expiry?". If you choose "Assign to another edition" and select an edition to assign, then after expiry it atomatically assigned to edition that is selected.
Glad it works...
We didn't release it yet. But latest dev branch will be releasing as v4.1.
Hi,
Are you looking for a different solution than this?: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers">https://aspnetboilerplate.com/Pages/Doc ... nd-Workers</a>