Register and use SMTP Service for WordPress
Register SMTP Service at https://app.brevo.com/ I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free. One step is somehow complex is you…
Register SMTP Service at https://app.brevo.com/ I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free. One step is somehow complex is you…
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx…
For a https site, certification is mandatory, So how to get those certification. In this example, we will use acme.sh to apply certification, So first install acme.sh curl https://get.acme.sh |…