Mailroom.Socket.send

You're seeing just the function send, go back to Mailroom.Socket module for more information.

Specs

send(t(), String.t()) :: :ok | {:error, String.t()}

Send data on a socket

Examples

:ok = Mailroom.Socket.send(socket)