Python Forum
Encrypt email message and forward - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Encrypt email message and forward (/thread-15454.html)



Encrypt email message and forward - entlearn - Jan-18-2019

Hi there,

I am new to this forum. Hope, i get guidance/advise from any one of you on my requirement. My req. is, I need to develop a python script which will read the emails received on the email server encrypt them and forward to destination email server/address. The email server which i want to read from is kind of mediator between two or many other email servers. Can someone guide me as to how to approach this read, encrypt and forward part in python.

Thanks in advance.

-entlearn


RE: Encrypt email message and forward - entlearn - Jan-18-2019

No responses yet. Am I not clear on my requirement?