abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.76k stars 3.41k forks source link

Send Base64 Images in Email with Google Apps #19930

Open masoodkhoshgard opened 3 months ago

masoodkhoshgard commented 3 months ago

Description

Gmail will not render base64 images embedded inside HTML emails but with Google Apps Script

on Gmail: Screenshot 2024-05-26 125259

on personal mail server: Screenshot 2024-05-26 125348

Pantex9 commented 2 weeks ago

Hi, Gmail's refusal to render Base64-encoded images embedded in HTML emails is a known limitation. Instead, Gmail requires images to be hosted on a publicly accessible server.