{"id":406,"date":"2022-04-05T09:28:00","date_gmt":"2022-04-05T02:28:00","guid":{"rendered":"http:\/\/congdong.longvan.net\/?p=406"},"modified":"2022-12-30T15:20:37","modified_gmt":"2022-12-30T08:20:37","slug":"huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup","status":"publish","type":"post","link":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/","title":{"rendered":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>I. T\u1ea1o file script powershell.<\/strong><\/h2>\n\n\n<p>Ta\u0323o m\u00f4\u0323t file powershell script (\u0111u\u00f4i .ps1) v\u01a1\u0301i n\u00f4\u0323i dung nh\u01b0 b\u00ean d\u01b0\u1edbi:<\/p>\n<p>Trong \u0111o\u0301:<\/p>\n<ul>\n<li>$smtpServer v\u00e0 $smtpPort : mail server v\u00e0 port SMTP t\u01b0\u01a1ng \u1ee9ng s\u01b0\u0309 du\u0323ng \u0111\u00ea\u0309 g\u01b0\u0309i email.<\/li>\n<li>$Username v\u00e0 $Password : th\u00f4ng tin x\u00e1c th\u1ef1c (\u0111\u0103ng nh\u1eadp) va\u0300o mail server.<\/li>\n<li>$email1, $email2 : c\u00e1c \u0111i\u0323a chi\u0309 email nh\u00e2\u0323n th\u00f4ng ba\u0301o.<\/li>\n<li>Subject : ph\u00e2\u0300n ti\u00eau \u0111\u00ea\u0300 email ca\u0309nh ba\u0301o<\/li>\n<li>Body : n\u00f4\u0323i dung email ca\u0309nh ba\u0309o<\/li>\n<\/ul>\n<p>Trong pha\u0323m vi n\u00f4\u0323i dung ba\u0300i vi\u00ea\u0301t, file \u0111\u01b0\u01a1\u0323c ta\u0323o la\u0300 testmail.ps1<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png\" alt=\"image-1642478478837.png\"><\/p>\n\n\n<pre class=\"wp-block-code has-pale-cyan-blue-background-color has-background\" style=\"font-size:14px\"><code>#\u0110\u1ecba ch\u1ec9 email nh\u1eadn\n$email1 = 'you@domain.com'\n$email2 = 'yourPartner@domain.com'\n$smtpServer = 'mail.domain.com' $smtpPort = '25'\n#N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng d\u1ecbch v\u1ee5 mail hosting c\u1ee7a Long V\u00e2n https:\/\/longvan.net\/mail-hosting.html\n#$smtpServer = 'mail.longvan.net' #$smtpPort = '25'\n#N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng gmail #$smtpServer = 'smtp.gmail.com'\n#$smtpPort = '587'\n#Th\u00f4ng tin \u0111\u0103ng nh\u1eadp\n$Username = 'username@domain.com'\n$Password = 'password'\n$message = new-object System.Net.Mail.MailMessage;\n$message.From = $Username; $message.To.Add($email1);\n$message.To.Add($email2);\n$message.Subject = \"RESTART Notification\";\n$message.Body = \"Hi there, this SERVER &#91;ip-address] has been restart. Check it now, please!\";\n$smtp = new-object Net.Mail.SmtpClient($smtpServer,$smtpPort);\n$smtp.EnableSSL = $true;\n$smtp.Credentials = New-Object System.Net.NetworkCredential($Username, $Password);\n$smtp.send($message); $smtp.Dispose()<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>II. C\u1ea5u h\u00ecnh t\u1ef1 \u0111\u1ed9ng g\u1eedi email.<\/strong><\/h2>\n\n\n<ol>\n<li>M\u1edf \u1ee9ng d\u1ee5ng <strong>Task Scheduler<\/strong> s\u1eb3n c\u00f3 tr\u00ean windows.<\/li>\n<li>Trong giao di\u1ec7n l\u00e0m vi\u1ec7c c\u1ee7a Task , m\u1ee5c <strong>Action<\/strong>, ch\u1ecdn <strong>Create Task&#8230;<br><\/strong><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478831677.png\" alt=\"image-1642478831677.png\"><\/li>\n<li>Trong c\u1eeda s\u1ed5 Create Task, tab <strong>General<\/strong>:\n<ul>\n<li><strong>Name<\/strong> : nh\u1eadp t\u00ean c\u1ee7a task c\u1ea7n t\u1ea1o.<\/li>\n<li>Ch\u1ecdn <strong>Run whether user is logged on or not<\/strong>, nh\u1eb1m \u0111\u1ea3m b\u1ea3o task s\u1ebd \u0111\u01b0\u1ee3c ch\u1ea1y khi ch\u01b0a log on.<br><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642479189980.png\" alt=\"image-1642479189980.png\"><\/li>\n<\/ul>\n<\/li>\n<li>Trong tab <strong>Triggers<\/strong> , nh\u1ea5n ch\u1ecdn <strong>New<\/strong>, v\u00e0 thi\u1ebft l\u1eadp th\u1eddi gian l\u00fac <strong>startup<\/strong><br>\n<table>\n<tbody>\n<tr>\n<td><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642479424060.png\" alt=\"image-1642479424060.png\"><\/td>\n<td><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642479780326.png\" alt=\"image-1642479780326.png\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>&nbsp;Trong tab <strong>Action<\/strong>, ch\u1ecdn <strong>New<\/strong> nh\u1eadp c\u00e1c th\u00f4ng tin nh\u01b0 sau:\n<ul>\n<li>Action: Start a program<\/li>\n<li>Program\/script: nh\u1eadp <em>powershell<\/em><\/li>\n<li>Add arguments (optional): \u0111\u01b0\u1eddng d\u1eabn \u0111\u1ebfn file script \u0111\u00e3 t\u1ea1o \u1edf ph\u1ea7n I<br>\n<table>\n<tbody>\n<tr>\n<td><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642585175502.png\" alt=\"image-1642585175502.png\"><\/td>\n<td><img decoding=\"async\" src=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642585194586.png\" alt=\"image-1642585194586.png\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<\/ul>\n<\/li>\n<li>Nh\u1ea5n <strong>OK<\/strong> \u0111\u1ec3 ho\u00e0n th\u00e0nh vi\u1ec7c t\u1ea1o Task schedule, l\u00fac n\u00e0y h\u1ec7 \u0111i\u1ec1u h\u00e0nh s\u1ebd y\u00eau c\u1ea7u nh\u1eadp th\u00f4ng tin \u0111\u0103ng nh\u1eadp c\u1ee7a server \u0111\u1ec3 ho\u00e0n t\u1ea5t qu\u00e1 tr\u00ecnh.<\/li>\n<\/ol>\n\n\n<h2 class=\"wp-block-heading\">III. L\u01b0u \u00fd.<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Nh\u1eb1m \u0111\u1ea3m b\u1ea3o task schedule ho\u1ea1t \u0111\u1ed9ng, c\u1ea7n ki\u1ec3m tra \u0111\u1ea3m b\u1ea3o script powershell (I) ho\u1ea1t \u0111\u1ed9ng v\u00e0 g\u1eedi \/ nh\u1eadn email \u1ed5n \u0111\u1ecbnh.<\/li><li>Trong tr\u01b0\u1eddng h\u1ee3p Qu\u00fd kh\u00e1ch s\u1eed d\u1ee5ng server gmail \u0111\u1ec3 g\u1eedi email, c\u1ea7n \u0111\u1ea3m b\u1ea3o:<ul><li>S\u1eed d\u1ee5ng App Password \u1edf ph\u1ea7n x\u00e1c th\u1ef1c <a href=\"https:\/\/support.google.com\/accounts\/answer\/185833?hl=en\" data-type=\"URL\" data-id=\"https:\/\/support.google.com\/accounts\/answer\/185833?hl=en\">Sign in with App Passwords &#8211; Google Account Help<\/a><\/li><li>Enable Less secure apps (n\u1ebfu kh\u00f4ng s\u1eed d\u1ee5ng 2-Step Verification ) <a href=\"https:\/\/support.google.com\/accounts\/answer\/6010255?hl=en\" data-type=\"URL\" data-id=\"https:\/\/support.google.com\/accounts\/answer\/6010255?hl=en\">Less secure apps &amp; your Google Account &#8211; Google Account Help<\/a><\/li><\/ul><\/li><\/ol>\n\n\n\n<p>Nh\u01b0 v\u1eady, Long V\u00e2n \u0111\u00e3 ho\u00e0n th\u00e0nh h\u01b0\u1edbng d\u1eabn c\u00e1c b\u1ea1n c\u00e1ch g\u1eedi email c\u1ea3nh b\u00e1o khi Windows server b\u1ecb restart. Ch\u00fac c\u00e1c b\u1ea1n th\u00e0nh c\u00f4ng !<\/p>\n","protected":false},"excerpt":{"rendered":"<p>H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup I. Ta\u0323o file script powershell. Ta\u0323o m\u00f4\u0323t file powershell script (\u0111u\u00f4i .ps1) v\u01a1\u0301i n\u00f4\u0323i dung nh\u01b0 sau: #\u0110\u1ecba ch\u1ec9 email nh\u1eadn $email1 = &#8216;you@domain.com&#8217; $email2 = &#8216;yourPartner@domain.com&#8217; $smtpServer = &#8216;mail.domain.com&#8217; $smtpPort = &#8217;25&#8217; #N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng d\u1ecbch v\u1ee5 mail hosting c\u1ee7a Long V\u00e2n https:\/\/longvan.net\/mail-hosting.html #$smtpServer = [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_oasis_is_in_workflow":0,"_oasis_original":0,"footnotes":""},"categories":[15],"tags":[177,175,178,176,65],"class_list":["post-406","post","type-post","status-publish","format-standard","hentry","category-windows","tag-email-alarm","tag-kinh-nghiem","tag-notificaition","tag-send-emai","tag-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n<\/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:\/\/longvan.net\/cong-dong\/huong-da\u0303n-gu\u0309i-email-thong-bao-khi-startup\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n\" \/>\n<meta property=\"og:description\" content=\"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup I. Ta\u0323o file script powershell. Ta\u0323o m\u00f4\u0323t file powershell script (\u0111u\u00f4i .ps1) v\u01a1\u0301i n\u00f4\u0323i dung nh\u01b0 sau: #\u0110\u1ecba ch\u1ec9 email nh\u1eadn $email1 = &#039;you@domain.com&#039; $email2 = &#039;yourPartner@domain.com&#039; $smtpServer = &#039;mail.domain.com&#039; $smtpPort = &#039;25&#039; #N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng d\u1ecbch v\u1ee5 mail hosting c\u1ee7a Long V\u00e2n https:\/\/longvan.net\/mail-hosting.html #$smtpServer = [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/longvan.net\/cong-dong\/huong-da\u0303n-gu\u0309i-email-thong-bao-khi-startup\/\" \/>\n<meta property=\"og:site_name\" content=\"Long V\u00e2n\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-05T02:28:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-30T08:20:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png\" \/>\n<meta name=\"author\" content=\"Long V\u00e2n\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0110\u01b0\u1ee3c vi\u1ebft b\u1edfi\" \/>\n\t<meta name=\"twitter:data1\" content=\"Long V\u00e2n\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/\"},\"author\":{\"name\":\"Long V\u00e2n\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/person\\\/5c6e08999194225309f0ed2e3bf476c4\"},\"headline\":\"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup\",\"datePublished\":\"2022-04-05T02:28:00+00:00\",\"dateModified\":\"2022-12-30T08:20:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/\"},\"wordCount\":456,\"publisher\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-1642478478837.png\",\"keywords\":[\"email alarm\",\"kinh nghi\u1ec7m\",\"notificaition\",\"send emai\",\"windows\"],\"articleSection\":[\"Windows\"],\"inLanguage\":\"vi\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/\",\"name\":\"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-1642478478837.png\",\"datePublished\":\"2022-04-05T02:28:00+00:00\",\"dateModified\":\"2022-12-30T08:20:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#primaryimage\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-1642478478837.png\",\"contentUrl\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/image-1642478478837.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Trang ch\u1ee7\",\"item\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#website\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\",\"name\":\"Long V\u00e2n\",\"description\":\"C\u1ed9ng \u0110\u1ed3ng\",\"publisher\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#organization\",\"name\":\"Long V\u00e2n\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-logo-longvancloudsolution.png\",\"contentUrl\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-logo-longvancloudsolution.png\",\"width\":1300,\"height\":330,\"caption\":\"Long V\u00e2n\"},\"image\":{\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/#\\\/schema\\\/person\\\/5c6e08999194225309f0ed2e3bf476c4\",\"name\":\"Long V\u00e2n\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g\",\"caption\":\"Long V\u00e2n\"},\"sameAs\":[\"http:\\\/\\\/127.0.0.1:8080\"],\"url\":\"https:\\\/\\\/longvan.net\\\/cong-dong\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n","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:\/\/longvan.net\/cong-dong\/huong-da\u0303n-gu\u0309i-email-thong-bao-khi-startup\/","og_locale":"vi_VN","og_type":"article","og_title":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n","og_description":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup I. Ta\u0323o file script powershell. Ta\u0323o m\u00f4\u0323t file powershell script (\u0111u\u00f4i .ps1) v\u01a1\u0301i n\u00f4\u0323i dung nh\u01b0 sau: #\u0110\u1ecba ch\u1ec9 email nh\u1eadn $email1 = 'you@domain.com' $email2 = 'yourPartner@domain.com' $smtpServer = 'mail.domain.com' $smtpPort = '25' #N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng d\u1ecbch v\u1ee5 mail hosting c\u1ee7a Long V\u00e2n https:\/\/longvan.net\/mail-hosting.html #$smtpServer = [...]","og_url":"https:\/\/longvan.net\/cong-dong\/huong-da\u0303n-gu\u0309i-email-thong-bao-khi-startup\/","og_site_name":"Long V\u00e2n","article_published_time":"2022-04-05T02:28:00+00:00","article_modified_time":"2022-12-30T08:20:37+00:00","og_image":[{"url":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png","type":"","width":"","height":""}],"author":"Long V\u00e2n","twitter_card":"summary_large_image","twitter_misc":{"\u0110\u01b0\u1ee3c vi\u1ebft b\u1edfi":"Long V\u00e2n","\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"3 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#article","isPartOf":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/"},"author":{"name":"Long V\u00e2n","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/person\/5c6e08999194225309f0ed2e3bf476c4"},"headline":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup","datePublished":"2022-04-05T02:28:00+00:00","dateModified":"2022-12-30T08:20:37+00:00","mainEntityOfPage":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/"},"wordCount":456,"publisher":{"@id":"https:\/\/longvan.net\/cong-dong\/#organization"},"image":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#primaryimage"},"thumbnailUrl":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png","keywords":["email alarm","kinh nghi\u1ec7m","notificaition","send emai","windows"],"articleSection":["Windows"],"inLanguage":"vi"},{"@type":"WebPage","@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/","url":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/","name":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup - Long V\u00e2n","isPartOf":{"@id":"https:\/\/longvan.net\/cong-dong\/#website"},"primaryImageOfPage":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#primaryimage"},"image":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#primaryimage"},"thumbnailUrl":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png","datePublished":"2022-04-05T02:28:00+00:00","dateModified":"2022-12-30T08:20:37+00:00","breadcrumb":{"@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/"]}]},{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#primaryimage","url":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png","contentUrl":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2022\/02\/image-1642478478837.png"},{"@type":"BreadcrumbList","@id":"https:\/\/longvan.net\/cong-dong\/huong-da%cc%83n-gu%cc%89i-email-thong-bao-khi-startup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/longvan.net\/cong-dong\/"},{"@type":"ListItem","position":2,"name":"H\u01b0\u01a1\u0301ng d\u00e2\u0303n g\u01b0\u0309i email th\u00f4ng ba\u0301o khi startup"}]},{"@type":"WebSite","@id":"https:\/\/longvan.net\/cong-dong\/#website","url":"https:\/\/longvan.net\/cong-dong\/","name":"Long V\u00e2n","description":"C\u1ed9ng \u0110\u1ed3ng","publisher":{"@id":"https:\/\/longvan.net\/cong-dong\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/longvan.net\/cong-dong\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"},{"@type":"Organization","@id":"https:\/\/longvan.net\/cong-dong\/#organization","name":"Long V\u00e2n","url":"https:\/\/longvan.net\/cong-dong\/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/logo\/image\/","url":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2025\/11\/cropped-logo-longvancloudsolution.png","contentUrl":"https:\/\/longvan.net\/cong-dong\/wp-content\/uploads\/2025\/11\/cropped-logo-longvancloudsolution.png","width":1300,"height":330,"caption":"Long V\u00e2n"},"image":{"@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/longvan.net\/cong-dong\/#\/schema\/person\/5c6e08999194225309f0ed2e3bf476c4","name":"Long V\u00e2n","image":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/68da827f618973938301c67d7383f4e1085280884ff746626037035e6c9d0996?s=96&d=mm&r=g","caption":"Long V\u00e2n"},"sameAs":["http:\/\/127.0.0.1:8080"],"url":"https:\/\/longvan.net\/cong-dong\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/comments?post=406"}],"version-history":[{"count":5,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/406\/revisions"}],"predecessor-version":[{"id":7056,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/posts\/406\/revisions\/7056"}],"wp:attachment":[{"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/media?parent=406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/categories?post=406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/longvan.net\/cong-dong\/wp-json\/wp\/v2\/tags?post=406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}