Tag - Settings

The tag "Settings" is connected to the content of the following blog articles:

How to configure Open Server Panel version 6 to send email to PHP via external SMTP server

How to configure Open Server Panel version 6 to send email to PHP via external SMTP server

To send an email in PHP, use the mail() function. To send a letter, you need to specify the recipient’s address, the subject of the letter, and the text of the message, as well as a special From header, indicating the sender:

Continue reading
Using PHP in Hugo

Using PHP in Hugo

There are limitations to using the static website generator Hugo. With PHP, you can build server-side dynamics.

Continue reading
Using PHP Web Server Locally with Hugo

Using PHP Web Server Locally with Hugo

If PHP is going to be used in Hugo, for example for a contact form, it is useful to use a local web server with PHP support for testing.

Continue reading
Deploying a Hugo website to a host using Rsync

Deploying a Hugo website to a host using Rsync

The Hugo static file generator can be installed on Linux, Windows, macOS, and BSD computers.

Continue reading