Regarding Administration > Notification server, error logs from failed mail send

SOLVED

Hi Sage,

Since v12p26, we can use Sage X3 to send email directly through notification server using nodemailer API at syracuse layer.

However, there are times I need to know errors triggered by nodemailer API such as bad receiver address or expired sender address.

Where can I refer for the mailer error logs?

I do know there is a documentation for SMTP relay way using hmailserver but I would like to remove the need to install a dedicated email service where possible: communityhub.sage.com/.../do-you-need-to-test-email-functionality

  • +1
    verified answer

    At Administration > Global settings; Logs > Server logs:

    admin > mail, set to Info or Debug

    To identify which syracuse node's log to read, open Administration > Session information and find own user ID is located at which syracuse node and server.

    This only handles logs of emails that are sent through syracuse's notification server.

    For the emails that were dropped, that I have no idea.