ChatGPT Code Interpreter: Connect to CSV File & Send Emails with Attachment

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • Apply to Formation: links.1stcollab.com/formation...
    In this video, we'll see how to automate emails with ChatGPT. We'll upload the script from one of my most popular UA-cam videos "How to send Emails with Python" to ChatGPT and ask it to add functionalities such as adding attachments and connecting to a CSV file to send emails to multiple receivers.
    🔥 My FREE ChatGPT Cheat Sheet: frankandrade.ck.page/08c94cf1c1
    🧑🏻‍💻 Scripts used in this video: github.com/thepycoach/automat...
    My Free Cheatsheets
    ==================
    🤖 Python Automation: frankandrade.ck.page/44559e1ae7
    🐍 Python for Data Science Cheat Sheet: frankandrade.ck.page/26b76e9130
    📐 R for Data Science: frankandrade.ck.page/7b621bc82c
    🛢️ SQL for Data Science:frankandrade.ck.page/f2fbbdc6db
    🌐 Web Scraping: frankandrade.ck.page/ca38420833
    📘 My eBook “Code Less Earn More”: frankandrade.ck.page/3b520320ac
    Social Media
    ===========
    ✏️ Medium: thepycoach.com/
    🔗 LinkedIn: / thepycoach
    🐥 Twitter: / thepycoach
    😺 GitHub: github.com/thepycoach
    🎮 Discord: / discord
    My Courses
    ==========
    🔥 Join My Automation Course in Python: www.udemy.com/course/automate...
    🔥 Join My Python for Data Science Bootcamp: www.udemy.com/course/python-f...
    🔥 8-hour Web Scraping Course in Python: www.udemy.com/course/web-scra...
    💰 Make money by writing about AI, programming, data science or tech: thepycoach.teachable.com/p/me...
    Support My Work
    ==============
    💵 PayPal: www.paypal.com/donate/?hosted...
    Content
    0:00 Intro
    0:32 Sending emails with attachment using Python
    4:20 Formation
    6:08 Connect to a CSV file to send multiple emails using Python
    Disclaimer: This video was sponsored by Formation

КОМЕНТАРІ • 6

  • @ThePyCoach
    @ThePyCoach  10 місяців тому

    Here you can find the script I used in this video: github.com/thepycoach/automation/tree/main/ChatGPT

    • @ayomideolabode6741
      @ayomideolabode6741 6 місяців тому

      Hi PyCoach, thank you for the tutorial. The emails got sent but without the attachment, I was unable to figure out what was wrong as there was no error message.

  • @moondevonyt
    @moondevonyt 10 місяців тому +2

    mad props to the creator for making such a detailed tutorial about integrating python, emails, and chatgpt
    using gpt-4's code interpreter in this way is low-key genius
    that being said, not sure why the code needs a lot of manual tweaks post-gpt
    seems a bit counterintuitive for newbies following along
    but overall, solid content and execution
    keep it up!

  • @aliasnames5163
    @aliasnames5163 10 місяців тому

    Great video!

  • @axtrion888
    @axtrion888 10 місяців тому +1

    How many can you send every day and will it go in inbox?

    • @ThePyCoach
      @ThePyCoach  10 місяців тому

      In the tests I did it went to the inbox. I can't tell the max. number of emails you can send per day.