Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1041391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:20:45+00:00 2026-05-16T15:20:45+00:00

How could I send an e-mail from my Python script that is being run

  • 0

How could I send an e-mail from my Python script that is being run on “Google App Engines“ to one of my mail boxes?

I am just a beginner and I have never tried sending a message from a Python script. I have found this script (IN THIS TUTORIAL):alt text

Here is the same script as a quote:


import sys, smtplib

fromaddr = raw_input("From: ")
toaddr = string.splitfields(raw_input("To: "), ',')
print "Enter message, end with ^D:"
msg = ''
while 1:
    line = sys.stdin.readline()
    if not line:
        break
    msg = msg + line

# The actual mail send
server = smtplib.SMTP('localhost')
server.sendmail(fromaddr, toaddrs, msg)
server.quit()

but I hardly understand how I could have this script run from “Google App Engine”:

1) Firstly, I don’t quite understand what e-mail address I need to place right after From: in this line:


fromaddr = raw_input("From: ")

Can I just place here any e-mail address of any e-mail boxes that I have?

2) Secondly, let’s say I want to send a message to this e-mail address of mine brilliant@yahoo.com . Then the next line, I guess, must look this way:


toaddr = string.splitfields(raw_input("To: brilliant@yahoo.com"), ',')

Is this right?

3) Thirdly, let’s say, the message that I want to send will be this sentence: Cats cannot fly! Then, I guess, the line that starts with msg = must look this way:


msg = 'Cats cannot fly!'

Is this correct?

4) If I upload this script as an application to “GAE”, how often will it be sending this message to my mail box? Will it send this message to me only once or it will be sending it to me every second all the time until I delete the application? (This is why I haven’t tried uploading this script so far)

Thank You all in advance for Your time and patience.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T15:20:46+00:00Added an answer on May 16, 2026 at 3:20 pm

    Sure – just use the Mail API as outlined in the docs:

    • Python
    • Java
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According documentation Google App Engine could send mail but from restricted list of addresses
I could send mail from my Activity when i have already configured with any
Im trying to send a mail from a asp.net script, but im getting this
I am making a console app that needs to send e-mail when asked so.How
I was wondering if I could send some data from my client-side (2d application
Need to know this so that i could send DTMF and that is going
I am looking for some simple API that I could send email to and
I am using the following script to send mail <? extract($_POST); $subject = Feedback
I am trying to send an email (using Outlook mail) from a jsp page.
I have tried to send mail from my new php website. Mail is delivering

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.