/    Sign up×
Community /Pin to ProfileBookmark

Anyone able to help me with a python script?

I wanted to make a python script that is able to read emails off of a spread sheet and email them a pre-typed email. Anyone have experience with this?

to post a comment

9 Comments(s)

Copy linkTweet thisAlerts:
@holyhttpFeb 17.2016 — 
  • 1. Save your spreadsheet as a CSV text file.

  • 2. Write a python script to read that CSV file.

  • 3. Retrieve the email address from each line of the text read knowing the position of the email column

  • 4. Add each email address read in a list previously defined

  • 5. Send message to all the address in the list


  • You can consult the Python documentation for each one of the steps 2 to 5.

    That's a better way to learn.
    Copy linkTweet thisAlerts:
    @FrontEndDev99authorFeb 17.2016 — ok, I've been looking at a few books I got off amazon on python...it seems that they are a little out of date...
    Copy linkTweet thisAlerts:
    @RDWMFeb 17.2016 — O'Riley just published a new book on web scraping and other uses for python. Look for it on Amazon, It's pretty good.
    Copy linkTweet thisAlerts:
    @FrontEndDev99authorFeb 17.2016 — Do you know what it's called? I'll look for it...
    Copy linkTweet thisAlerts:
    @scriptloverAug 23.2016 — Yes ! I already have a script that sends emails automatically (Mailer) written with python.

    The script sends only 500 emails/day because i'm using gmail SMTP (You can buy unlimited SMTP and send unlimited emails). If you really need that script I will develop it that will be able to exactly what you need.

    PM me or reply here If you're interested (Don't worry, It's Free ).
    Copy linkTweet thisAlerts:
    @James_HowardSep 06.2016 — I needed to make a python script that can read messages off of a spread sheet and email them a pre-written email. Anybody have involvement with this?
    Copy linkTweet thisAlerts:
    @nguyenbionlineSep 23.2016 — Do you know what it's called? I'll look for it...
    Copy linkTweet thisAlerts:
    @mupbeoOct 09.2016 — I will develop it that will be able to exactly what you need
    ×

    Success!

    Help @FrontEndDev99 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 4.24,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...