<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>app-script on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/app-script/</link><description>Recent content in app-script on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Mon, 14 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/app-script/index.xml" rel="self" type="application/rss+xml"/><item><title>How to add custom domain on Google App Scipt</title><link>https://blog.ohidur.com/posts/custom-domains-google-appscript/</link><pubDate>Mon, 14 Dec 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/custom-domains-google-appscript/</guid><description>It may have occurred to you that when deploying a Google Apps Script web app, the URL spewn forth looks rather long and unattractive:
https://script.google.com/macros/s/*mashes keyboard*/exec
And that it would be a lot nicer to have something more clear like
https://mysite.com/thing
It turns out that the solution to hosting Google Apps Script web apps on custom domains has been under our noses for all this time. The secret sauce lies in the setXFrameOptionsMode method in the HtmlService class.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>app-script</category></item><item><title>Send emails from Google sheet with app script</title><link>https://blog.ohidur.com/posts/sending-emails-from-google-sheet/</link><pubDate>Mon, 14 Dec 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/sending-emails-from-google-sheet/</guid><description>Section 1: Basic Setup Create a new empty Spreadsheet.
Add a few rows of data. Every row should contain an email address in column A and the email message to be sent to that person in column B. For testing purposes, you may want to use your own email address in column A. Here&amp;rsquo;s an example:
Open the Script Editor by clicking on the Tools menu, then select Script editor.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>app-script</category></item></channel></rss>