Skip to Content
Menu
This question has been flagged
1053 Views

I've extracted the image files from the email and now I want to convert the link in the message text using Python code.

That means I've this : src="cid:image001.png@01CC9ED6.84327130" and i want something like : src="http://xxx/image001.png"

Avatar
Discard