{"id":67718,"date":"2021-07-27T09:32:25","date_gmt":"2021-07-27T13:32:25","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/code-send-emails-using-asp-classic-asp\/"},"modified":"2021-07-27T09:32:25","modified_gmt":"2021-07-27T13:32:25","slug":"code-send-emails-using-asp-classic-asp","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=67718","title":{"rendered":"Code: Send Emails using ASP #Classic ASP"},"content":{"rendered":"<pre style=\"padding:12px;font-size:15px\">\r\n&lt;%\r\n\tdim email\r\n\temail = Request.Form(\"email\") 'if you are collecting user emails from a form - POST method\r\n\t'send email \r\n\tDim myObject\r\n\tSet myObject = Server.CreateObject(\"CDO.Message\")\r\n\r\n\t'set the To and From \r\n\tmyObject.To = \"webmaster@justetc.net\"\r\n\tmyObject.From = \"webmaster@justetc.net\"\r\n\tmyObject.Bcc = \"sayed@justetc.net\"\r\n\t\r\n        myObject.Subject = \"Email Sending Code\"\r\n\tmyObject.TextBody = \"The person with the email address \" &amp; email &amp; \" submitted the form\"\r\n\tmyObject.Send()\r\n\r\n\t'Set objects to \"nothing\" to free up the\r\n\t'the computer memory \r\n\tSet myObject = nothing\r\n%&gt;\r\n<\/pre>\n<p> From: http:\/\/sitestree.com\/?p=3714<br \/> Categories:Classic ASP<br \/>Tags:<br \/> Post Data:2016-07-16 14:52:59<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;% dim email email = Request.Form(&#8220;email&#8221;) &#8216;if you are collecting user emails from a form &#8211; POST method &#8216;send email Dim myObject Set myObject = Server.CreateObject(&#8220;CDO.Message&#8221;) &#8216;set the To and From myObject.To = &#8220;webmaster@justetc.net&#8221; myObject.From = &#8220;webmaster@justetc.net&#8221; myObject.Bcc = &#8220;sayed@justetc.net&#8221; myObject.Subject = &#8220;Email Sending Code&#8221; myObject.TextBody = &#8220;The person with the email address &#8221; &amp; &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=67718\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-67718","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":67720,"url":"http:\/\/bangla.sitestree.com\/?p=67720","url_meta":{"origin":67718,"position":0},"title":"Automating Digital Delivery with Paypal Payment Processing System #Classic ASP","author":"Author-Check- Article-or-Video","date":"July 27, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1283&title=Automating%20Digital%20Delivery%20with%20Paypal%20Payment%20Processing%20System the time-period: 2007 - 2008 In the past, I implemented an automatic notification and digital product delivery system with Paypal Payment Processing System. The concept is, when a person buys products from your web-sites, he gets his products automatically as email attachments after you have confirmed the\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69880,"url":"http:\/\/bangla.sitestree.com\/?p=69880","url_meta":{"origin":67718,"position":1},"title":"Automating Digital Delivery with Paypal Payment Processing System #19","author":"Author-Check- Article-or-Video","date":"August 21, 2021","format":false,"excerpt":"In the past, I implemented an automatic notification and digital product delivery system with Paypal Payment Processing System. The concept is, when a person buys products from your web-sites, he gets his products automatically as email attachments after you have confirmed the transaction. The most important part is - collecting\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69430,"url":"http:\/\/bangla.sitestree.com\/?p=69430","url_meta":{"origin":67718,"position":2},"title":"Passing Parameters from Front end to Access Queries. VB.Net\/ASP platform #2","author":"Author-Check- Article-or-Video","date":"August 20, 2021","format":false,"excerpt":"Just append the parameter values with the query name from the front end. For example, say a query in access has the pattern:catId = [categoryId]. It indicates that categoryId has to be supplied to this query. From the front end, you can use:strQuery = \" qry_name ' \" & numCategoryID\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69878,"url":"http:\/\/bangla.sitestree.com\/?p=69878","url_meta":{"origin":67718,"position":3},"title":"Code: Email Sending using ASP #19","author":"Author-Check- Article-or-Video","date":"August 21, 2021","format":false,"excerpt":"From: http:\/\/sitestree.com\/?p=5280 Categories:19Tags: Post Data:2012-11-16 11:05:08 Shop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a> In Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a> <a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a> 8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a> Shop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a> Medium:\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":68150,"url":"http:\/\/bangla.sitestree.com\/?p=68150","url_meta":{"origin":67718,"position":4},"title":"Some questions and Answers on ASP NET MVC #By Sayed Ahmed #ASP.Net MVC","author":"Author-Check- Article-or-Video","date":"July 30, 2021","format":false,"excerpt":"Some questions and Answers on ASP NET MVC [youtube http:\/\/www.youtube.com\/watch?v=K1BaK-U1BDc&w=560&h=315] From: http:\/\/sitestree.com\/?p=2141 Categories:By Sayed Ahmed, ASP.Net MVCTags: Post Data:2015-08-06 20:43:49 Shop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a> In Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a> <a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a> 8112223 Canada\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":68188,"url":"http:\/\/bangla.sitestree.com\/?p=68188","url_meta":{"origin":67718,"position":5},"title":"Practical Google webmaster tool demo with real examples #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"July 31, 2021","format":false,"excerpt":"Practical Google webmaster tool demo with real examples [youtube http:\/\/www.youtube.com\/watch?v=qUbUgya88ew&w=654&h=480] From: http:\/\/sitestree.com\/?p=3200 Categories:By Sayed AhmedTags: Post Data:2015-12-12 12:25:57 Shop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a> In Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a> <a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a> 8112223 Canada Inc.\/JustEtc: <a\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/67718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=67718"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/67718\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=67718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=67718"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=67718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}