<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.creatorscripts.com/blogs/tag/email1/feed" rel="self" type="application/rss+xml"/><title>Creator Scripts. - Zoho Blogs #email</title><description>Creator Scripts. - Zoho Blogs #email</description><link>https://www.creatorscripts.com/blogs/tag/email1</link><lastBuildDate>Wed, 15 Apr 2026 16:37:06 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[How to display images in an html email using public url]]></title><link>https://www.creatorscripts.com/blogs/post/how-to-display-images-in-an-html-email-using-public-url</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/In less than a minute- you-ll have your FREE digital menu- -2-.png"/>How to display images in an HTML email using public URL]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_xtsth2p0ThSSkqkWJesyaw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_LIEX-FHwSbe3_Z3TvW-zMA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_K8RaU8KnSci77kEdWaNRBg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_AxDc8NDVR2i418_uKZuBnQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_AxDc8NDVR2i418_uKZuBnQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true"><span style="color:inherit;">Greetings, fellow partners If you need to display images in an HTML email to convey a more professional look. A public URL image that is described in the video below can help.&nbsp;</span>All the scripts required to put it together are also included<span style="color:inherit;">. Your welcome!</span></h2></div>
<div data-element-id="elm_edDx3_nnzn2trO-7hpAS2A" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_edDx3_nnzn2trO-7hpAS2A"].zpelem-video{ border-radius:1px; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="https://www.youtube.com/embed/3vKgz9mic24" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_aUbPF7c3RuKYhY47wd0G7g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_aUbPF7c3RuKYhY47wd0G7g"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><ul><li style="text-align:left;">Add an Image field (Photo)</li><li style="text-align:left;">Upload Photos to the view</li><li style="text-align:left;">Publish the view</li><li style="text-align:left;">Create a Function &quot;Send&quot; under namespace &quot;Emails&quot;</li><li style="text-align:left;">Use an integer parameter to get the record ID</li><li style="text-align:left;">Clean the Photo field</li><li style="text-align:left;">Incorporate the record ID into the public URL along with the name of the view</li><li style="text-align:left;">modify the report type in the URL to image-download</li><li style="text-align:left;">in the end, we include the clean filename storing the Photo</li><li style="text-align:left;">create a variable &quot;message content&quot; to store the body of the email </li><li style="text-align:left;">Now you can add the Send Email function</li></ul><div style="text-align:left;"><br></div><div style="text-align:left;"><div><span style="font-size:18px;">//Script Function</span></div></div><div style="text-align:left;"><br></div><div style="text-align:left;"><div style="color:inherit;"><div>void Emails.Send(int eid)</div><br><div>{</div><br><div>getEmployee = Employees[ID == input.eid];</div><br><div>//Email Function with Image from within a record</div><br><div>filename = getEmployee.Photo.getsuffix(&quot;image/&quot;).getprefix(&quot;\&quot; border&quot;).trim();</div><br><div>customurl = &quot;https://creatorexport.zoho.com/zoho_admin1031/de-constructing-zoho-creator/Employees_Report/&quot; + getEmployee.ID + &quot;/Photo/image-download/GPnD5kAZGK8TGGC69XNjjmMsRyxtdDONOTFORGETTOSMASHTHELIKEBUTTONqFs6OPTQtzhKDebR4H9Xd9WzjSDZCTCxkhBK9wd5nkDjJMJG/&quot; + filename;</div><br><div>messageContent = &quot;&lt;div text-ali&quot;gn: center;\&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;table cellpadding=&quot;\&quot;2\&quot;&quot; cellspacing=&quot;\&quot;2\&quot;&quot; border=&quot;\&quot;0\&quot;&quot; width:&quot; 100%; font-size: 10pt;\&quot;&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;img src=&quot;\&quot;&quot;&quot; + customurl + &quot;\&quot;&quot; + &quot; hei&quot;ght: 100px; width: 100px;\&quot;&gt;&lt;/style&gt;&quot;;</div><br><div>sendmail</div><br><div>[</div><br><div>from :zoho.adminuserid</div><br><div>to :&quot;youremail@zoho.com&quot;</div><br><div>subject :&quot;This is a test email with an HTML Image&quot;</div><br><div>message :&quot;&lt;div&gt;&quot; + replaceAll(messageContent,&quot;null&quot;,&quot;&quot;) + &quot;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any other email details you need to incorporate bla bla bla....&lt;/div&gt;&quot;</div><br><div>]</div><br><div>}</div></div></div><ul style="text-align:left;"></ul></div></div>
</div><div data-element-id="elm_li8_6wUmTiWZhQzSYCvgbg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_li8_6wUmTiWZhQzSYCvgbg"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="/submit-a-request" title="Zoho Creator Development"><span class="zpbutton-content">Need Custom Development?</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 24 Aug 2022 22:25:30 -0500</pubDate></item><item><title><![CDATA[12 new apps to try in Zoho Mail’s eWidget]]></title><link>https://www.creatorscripts.com/blogs/post/12-new-apps-to-try-in-Zoho-Mails-eWidget</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/files/20%2002.jpg"/>Zoho Mail’s Extensions Widget&nbsp;celebrates one year! One year ago, in December 2018, Zoho Mail’s&nbsp; eWidget &nbsp;was released to promote integrat ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_HM2xKKAwRG-Hjuu5yI3GFA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_iVlkAVH5TvKLF5o9xi2JKA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_3M_XfS3KSFmGgW8BbZ5pbA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_3X7Go3ycSvyz1VGEDJnpWw" data-element-type="image" class="zpelement zpelem-image "><style></style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="left" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-left zpimage-size-original zpimage-tablet-fallback-original zpimage-mobile-fallback-original hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/20%2002.jpg" size="original" alt="Creator_Scripts_Zoho_Mails" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_ChKFwAGZTamNRbu4l_ptjg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><p style="font-size:18px;margin-bottom:30px;"><a href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail’s">Zoho Mail’s</a> Extensions Widget&nbsp;celebrates one year!</p><p style="font-size:18px;margin-bottom:30px;">One year ago, in December 2018, Zoho Mail’s&nbsp;<a href="https://www.zoho.com/mail/blog/ewidget-in-zoho-mail.html">eWidget</a>&nbsp;was released to promote integrations between&nbsp;your mailbox and other&nbsp;apps. With 13 applications, including both Zoho and&nbsp;third-party apps, we&nbsp;at Mail&nbsp;hoped to cover all&nbsp;the necessary&nbsp;facets of&nbsp;business operations—CRM, support, projects, finance, and password management.</p><p style="font-size:18px;margin-bottom:30px;">As&nbsp;our&nbsp;eWidget turns one, we’re back again with the next set of apps for you to use&nbsp;with <a alt="Zoho Mail." href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail.">Zoho Mail.</a></p><p style="font-size:18px;margin-bottom:30px;">To read the full article please visit <a alt="Zoho.com" href="https://snip.ly/22cph7#https%3A//www.zoho.com/mail/blog/12-new-apps-in-zoho-mail-ewidget.html" target="_self" title="Zoho.com">Zoho.com</a><br></p><p></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 20 Feb 2020 19:51:40 -0600</pubDate></item></channel></rss>