How to get a list of receivers and CC #803
Answered
by
alejcas
AntonioJCosta
asked this question in
Q&A
-
Hello. I am trying to get a list of address mail from the message, but I just found these two methods, that don't show de addresses, instead it shows the number of each one. cc: Recipients count: 2 |
Beta Was this translation helpful? Give feedback.
Answered by
alejcas
Jul 12, 2022
Replies: 1 comment 1 reply
-
Just iterate cc for address in message.cc:
print(address) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AntonioJCosta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just iterate cc