I'm not sure what you mean by click data, but the general idea of the library is to programmatically do everything that you can already do in your email client.
There's no metadata stored for link clicks in email clients as far as I know. They're just HTML links inside of the emails. The trick to track email clicks inside of emails you've sent to others can be done links that first track a click before redirecting to the destination URL. That's something that's done in email marketing software by default, so you'd have to look at their APIs for how to get that information if you use the service.
just discovered your videos, love em, im getting started in flask and I find your content just on point.
I discovered your channel a couple of days ago and I like your short, right to your fingertips suggestions.
As an author, I'm pleased) 😃
Thanks for watching!
Hi this code not working on New Outlook app can you send me any other approach that works on New Outlook app
Good video Anthony. Does this library access the click data in the email? If not, what library is responsible for that?
I'm not sure what you mean by click data, but the general idea of the library is to programmatically do everything that you can already do in your email client.
@@prettyprinted see if someone clicked a link in an email
There's no metadata stored for link clicks in email clients as far as I know. They're just HTML links inside of the emails. The trick to track email clicks inside of emails you've sent to others can be done links that first track a click before redirecting to the destination URL. That's something that's done in email marketing software by default, so you'd have to look at their APIs for how to get that information if you use the service.
Awesome
Thanks for watching!