{"id":6875,"date":"2021-08-06T11:23:58","date_gmt":"2021-08-06T11:23:58","guid":{"rendered":"https:\/\/softreetechnology.com\/?p=6875"},"modified":"2021-08-06T11:24:01","modified_gmt":"2021-08-06T11:24:01","slug":"how-to-send-email-using-power-apps","status":"publish","type":"post","link":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/","title":{"rendered":"How To Send Email Using Power Apps"},"content":{"rendered":"\n<p>In this blog, we will discuss how to send an email on PowerApps. We will see how to send an Email in PowerApps on the submit button.<\/p>\n\n\n\n<p><strong>Step&nbsp;1<\/strong><\/p>\n\n\n\n<p>Create a Canvas App with any layout.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 2<\/strong><\/p>\n\n\n\n<p>Rename the default screen name and add controls as shown in the image.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri2.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 3<\/strong><\/p>\n\n\n\n<p>Create another success screen for showing confirmation of sent email.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri3.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 4<\/strong><\/p>\n\n\n\n<p>Add Gmail connector.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri4.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 5<\/strong><\/p>\n\n\n\n<p>Provide gmail credentials for sign-in.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri5.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 6<\/strong><\/p>\n\n\n\n<p>Click on Submit button then select On select property and add the below formula on it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Gmail.SendEmailV2(txtTo, {\n    Subject: txtSubject,\n    Body: richTextEditor,\n    Importance: \"Normal\"\n});\nNavigate(SuccessScreen, ScreenTransition.None);<\/code><\/pre>\n\n\n\n<p>JavaScript<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri6.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 7<\/strong><\/p>\n\n\n\n<p>Save the app to the cloud as shown below image.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri7.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 8<\/strong><\/p>\n\n\n\n<p>Now run the app pressing f5 and provide email id, subject, and body details.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri8.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 9<\/strong><\/p>\n\n\n\n<p>Click on submit button will be sent an email and navigate to a confirmation screen.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri9.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n\n\n\n<p><strong>Step 10<\/strong><\/p>\n\n\n\n<p>Go to your gmail and check whether the email arrived or not. The below image shows the email sent successfully.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri10.png\" alt=\"How To Send Email Using Power Apps\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we will discuss how to send an email on PowerApps. We will see how to send an Email in PowerApps on the submit button. Step&nbsp;1 Create a Canvas App with any layout. Step 2 Rename the default screen name and add controls as shown in the image. Step 3 Create another success screen for showing confirmation of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[306],"tags":[],"class_list":["post-6875","post","type-post","status-publish","format-standard","hentry","category-powerapps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Send Email Using Power Apps - Softree Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Send Email Using Power Apps - Softree Technology\" \/>\n<meta property=\"og:description\" content=\"In this blog, we will discuss how to send an email on PowerApps. We will see how to send an Email in PowerApps on the submit button. Step&nbsp;1 Create a Canvas App with any layout. Step 2 Rename the default screen name and add controls as shown in the image. Step 3 Create another success screen for showing confirmation of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Softree Technology\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-06T11:23:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-06T11:24:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Send Email Using Power Apps - Softree Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/","og_locale":"en_US","og_type":"article","og_title":"How To Send Email Using Power Apps - Softree Technology","og_description":"In this blog, we will discuss how to send an email on PowerApps. We will see how to send an Email in PowerApps on the submit button. Step&nbsp;1 Create a Canvas App with any layout. Step 2 Rename the default screen name and add controls as shown in the image. Step 3 Create another success screen for showing confirmation of [&hellip;]","og_url":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/","og_site_name":"Softree Technology","article_published_time":"2021-08-06T11:23:58+00:00","article_modified_time":"2021-08-06T11:24:01+00:00","og_image":[{"url":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#article","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/"},"author":{"name":"admin","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b"},"headline":"How To Send Email Using Power Apps","datePublished":"2021-08-06T11:23:58+00:00","dateModified":"2021-08-06T11:24:01+00:00","mainEntityOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/"},"wordCount":159,"commentCount":0,"publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png","articleSection":["PowerApps"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/","url":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/","name":"How To Send Email Using Power Apps - Softree Technology","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#primaryimage"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png","datePublished":"2021-08-06T11:23:58+00:00","dateModified":"2021-08-06T11:24:01+00:00","breadcrumb":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#primaryimage","url":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png","contentUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/08052021131754PM\/pri1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-send-email-using-power-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/softreetechnology.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Send Email Using Power Apps"}]},{"@type":"WebSite","@id":"https:\/\/softreetechnology.com\/blog\/#website","url":"https:\/\/softreetechnology.com\/blog\/","name":"Softree Technology","description":"Celebrating 10+ Years in SharePoint Consulting !","publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/softreetechnology.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/softreetechnology.com\/blog\/#organization","name":"Softree Technology","url":"https:\/\/softreetechnology.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","contentUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","width":844,"height":230,"caption":"Softree Technology"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b","name":"admin","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/softreeconsulting.com"],"url":"https:\/\/softreetechnology.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6875","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/comments?post=6875"}],"version-history":[{"count":2,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6875\/revisions"}],"predecessor-version":[{"id":6877,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6875\/revisions\/6877"}],"wp:attachment":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/media?parent=6875"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/categories?post=6875"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/tags?post=6875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}