Skip to content

Instantly share code, notes, and snippets.

@halit
Created June 8, 2012 14:16
Show Gist options
  • Save halit/2895825 to your computer and use it in GitHub Desktop.
Save halit/2895825 to your computer and use it in GitHub Desktop.
Python Mass Mailer
#!/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