console - Image not getting displayed in the email body -


we have body of email stored in sharepoint list.there image embedded in email body. http://example.net/image/signature.jpg'/> when email getting triggered sharepoint designer list workflow, image getting displayed in email body. when send email using smtp server in console application, instead of image img tag gets displayed.(http://example.net/image/signature.jpg'/>).

why happening?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -