Please anyone can explain this and how it is used because I am confused about how it will work and where the results will be shown of this.
I want to track the status of the email if another person has read it or not through an email campaign, welcome email, communication and through direct email.
Site config needs use_ssl active. Use bench set-config use_ssl 1
Check if email account has active Track email status check.
Email queue process inserts track pixel on footer. This pixel calls to /api/method/frappe.core.doctype.communication.email.mark_email_as_seen and marks the communication as seen (read_by_recipient field) … Newsletter doctype on Frappe don’t use communication to send mails, so isn’t working here.