Email & Storage Providers
Last updated
Last updated
There are two providers currently added for handling email and file storage (The media uses this provider for saving media).
Responsible for saving media and files, the built in provider is the DiskStorageProvider that saves files to the local disk
You can replace this by creating your own provider that implements IStorageProvider and then update the appSettings to point to your provider instead of the Disk provider.
The email provider is responsible for sending all emails within the CMS, currently the default provider is an SMTP provider
Where you can set you your SMTP details in the appSettings
Just like the StorageProvider you can create your own if you implement IEmailProvider and then replace the default one in the appSettings