Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
email sent status
#1
Hi,

I have a requirement to send mail to customer email ids from an internal server.
In python, I am using SMTP.verify(address), but it returns the same value for a valid and invalid email id.
server.set_debuglevel(1) also does not help.
Could you please let me know if there is a possible way to know at least the mail ever reached the receipt mailbox.
This is needed to update the mail_sent flag on the database to indicate that the person has been contacted.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020