This is not the recommended practice in your case.
hi
The mail sender components are from Microsft and Mailkit.
You can check its documentation to see how to send a mail with images.
hi
This is email-related. You can use our test program to test it.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
hi
You can create the interfaces in the Domain layer. And create a separate layer as the implementation.
Another way is c# proxy.
https://support.abp.io/QA/Questions/1364/Authorization-in-event-handlers#answer-b530cbdc-4e38-26cb-4120-39fcae2885e8 https://support.abp.io/QA/Questions/1364/Authorization-in-event-handlers#answer-99a457e8-f44b-7606-3238-39fcb87724ee
hi
You can call the domain services in your job.
The app services are designed for UI.
Put your app services code to domain services and call it from app services and job.
I will also update the logic in next version.