From 06d8f379239fd23ea0d417bea58567bf69281136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Z=C3=A1rate?= Date: Mon, 2 Oct 2023 04:50:23 -0300 Subject: [PATCH] Fix link markdown (#133) --- ebook/en/content/021-how-to-send-emails-with-bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebook/en/content/021-how-to-send-emails-with-bash.md b/ebook/en/content/021-how-to-send-emails-with-bash.md index 9f70f27..8c2d85a 100644 --- a/ebook/en/content/021-how-to-send-emails-with-bash.md +++ b/ebook/en/content/021-how-to-send-emails-with-bash.md @@ -12,7 +12,7 @@ You would need the following things in order to be able to complete this tutoria * Access to an Ubuntu 18.04 server as a non-root user with sudo privileges and an active firewall installed on your server. To set these up, please refer to our [Initial Server Setup Guide for Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-18-04) -* An SMTP server along with SMTP username and password, this would also work with Gmail's SMTP server, or you could set up your own SMTP server by following the steps from this tutorial on [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-16-04](How to Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 16.04) +* An SMTP server along with SMTP username and password, this would also work with Gmail's SMTP server, or you could set up your own SMTP server by following the steps from this tutorial on [How to Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-16-04) ## Installing SSMTP