0
Zahra created
- ABP Framework version: v5
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:I want to add LinkedResource with image that have cid because the normal path dose not work >>>>>I want like this :
** LinkedResource inline = new LinkedResource("filename.jpg", MediaTypeNames.Image.Jpeg); inline.ContentId = Guid.NewGuid().ToString(); avHtml.LinkedResources.Add(inline);**
but for your template >>I think embedded image need cid on src
- Steps to reproduce the issue:"
4 Answer(s)
-
0
hi
This is email-related. You can use our test program to test it.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
-
0
but your demo dose not contain any images
-
0
hi
The mail sender components are from Microsft and Mailkit.
You can check its documentation to see how to send a mail with images.
-
0
This is not directly related to ABP :)