Created
June 8, 2012 14:16
-
-
Save halit/2895825 to your computer and use it in GitHub Desktop.
Python Mass Mailer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
mailler = open("mailler.txt","r") | |
for mail in mailler: | |
print mail | |
os.system("""echo " Uzun suredir kapali kalan sitem www.halitalptekin.com tekrardan acildi.Tekrardan siteme beklerim. " | mail -s " Yeniden Acildi " """ + mail) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment