The use case which I am trying to do is attach a logo when sending out the email.
What I am doing right now is converting the image into base64 and storing the string in the database. After that I am using the javascript to format the template and replace the image link from the database and send the email from retool. The email is being sent fine but it is not including the logo. I did some research on this and got to know that gmail blocks the base64 strings when sending from retool. So, I am reaching out to see what options I have to send the organization logo in an email template from retool. We have an option of uploading images in cloud but this is not an option for us as there are limitations.
Any help would be helpful.