Trying to send mails using php code won't result in any type of feedback
Trying to send a mail manually using command:
/usr/bin/sendmailwrapper user@domain.com < mail.txt
results in error:
Can't locate JSON.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/sendmailwrapper line 3.
BEGIN failed--compilation aborted at /usr/bin/sendmailwrapper line 3.
Trying to send mails using php code won't result in any type of feedback
Trying to send a mail manually using command:
results in error: