Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29898

How to share email in zoho mail using python?

$
0
0

I want to share emails and email threads in zoho mail using python. Below is what I have tried so far but it apparently sends an email instead, which is not the purpose.

import smtplib
from notif.notificator import EmailNotificator

server = smtplib.SMTP('smtp.zoho.com', 587)
notif = EmailNotificator('abc@zohomail.com', '******',
                               'xyz.test@zohomail.com', server)
notif.send_notification('Testing')

Can anyone please shed some light on this issue?

Thanks.


Viewing all articles
Browse latest Browse all 29898

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>