#๐ How to add hidden pixel to track?
19 messages ยท Page 1 of 1 (latest)
@mystic mortar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
It is supposed to embed to an email via email module
fyi most email services like gmail have defeated tracking pixels by proxying all images
DAMN YOU GMAIL ๐ฆ
So what is the best way to do so?
it is supposed to embed to an email in email module so I can see if the user read it or not. What is another good methodology
use outlook read receipts
I wish it is easier, but what I am doing is a GUI that sends emails via email module via the smtp2go site
tell the user to Reply or click some button
no tracking
It kind of sounds like you're making spam emails
Yes but no, I am doing a mass email via a .csv file from a .csv file, my work allows that. We are not doing it to annoy people just informing them about either new hires or a mass firing
Then use outlook features for that
Is that a module or sum?
How to add and request read receipts and delivery notifications in Outlook.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ How to add hidden pixel to track?