Troubleshoot Delivery Note email delivery
Check creation/signing conditions and the global mail dependency without altering note evidence.
Exact navigationAdmin Area → Delivery Note → Open note, then Admin Area → Setup → Settings → Email
What this guide covers
Check creation/signing conditions and the global mail dependency without altering note evidence. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.
Exact step-by-step process
- Confirm Recipient Email is present and correctly formatted.
- Identify whether the missing message is dispatch or signed confirmation.
- Confirm the corresponding note creation or signed status actually completed.
- Test the global CRM email configuration.
- Check SMTP host, port, sender, encryption and decrypted-password behaviour.
- Review application/email logs and recipient spam/quarantine.
- Use the existing secure link manually if operationally authorised.
Fields, choices and supported possibilities
- Recipient email
- Reference and status
- Global email protocol and SMTP options
- Application mail logs
Code-backed validations and workflow rules
- There is no built-in resend action.
- There is no module event confirming send success or failure.
- A blank email intentionally suppresses both automated messages.
- Do not modify the stored signature or status to trigger another email.
Expected result and verification
- The mail issue is identified while the delivery note and event evidence remain unchanged.
Checks, security and troubleshooting
- Any manual re-send should use an approved communication process and protect the bearer link.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.
