We had to disable plenty of systemd security hardening options because
NGCP::Panel::Utils::Email used the sendmail(1) interface.
Switch to usage of sending mail via SMTP Net::SMTP instead, which should
allow us to apply our common systemd hardening. Note that we can't drop
the dependency on libemail-sender-perl yet, as
share/tools/generate_invoices.pl:use still relies on it.
Sendmail doesn't talk to any SMTP port, as it invokes the sendmail(1)
binary and writing the message to its stdin. Default to SMTP on
localhost with port 25, to get similar behavior.
While at it, fixed the swapped log levels (original $c->log->info was
used for failure, and $c->log->error on success).
Change-Id: Ie7120d4a8e55eb645c99b5d52c8326e7a7d42f8b