Erlang – Ports

In Erlang, ports are used for communication between different programs. A socket is a communication endpoint that allows machines to communicate over the Internet by using the Internet Protocol (IP).…

Continue ReadingErlang – Ports

Erlang – Email

In this guide, we will discuss Erlang Email. To send an email using Erlang, you need to use a package available from github for the same. The github link is โˆ’ https://github.com/Vagabond/gen_smtp This…

Continue ReadingErlang – Email