Advertisement
Guest User

Untitled

a guest
Mar 21st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. regex = re.compile(r'(b[w.]+@+[w.]+.+[w.]b)', re.M | re.I)
  2. emails = re.findall(regex, zipfile.read(name))
  3.  
  4. $to = 'dsadasdsa@gmail.com';
  5. $to = "dsadasdsa@gmail.com";
  6. $to = "dsadasdsa@gmail.com,sadassiei@gmail.com";
  7. $to = "dsadasdsa@gmail.com,dsadasdsa@gmail.com,dsadasdsa@gmail.com";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement