Coder Social home page Coder Social logo

email_to's People

Contributors

abkfenris avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

email_to's Issues

[Update] For python3 user

*Linux [Ubuntu]

Nothing went wrong, Just an Update.
For people using python3 like my supervisor keep asking why can't he install it by command:

pip install email-to

For python3 users please do command:

sudo pip3 install email-to

and that looks something like this:

screenshot from 2018-12-20 10-16-44

AttributeError

  • Email To version: 0.1.0
  • Python version: 3.7.3
  • Operating System: Ubuntu 18.10

Description

I used the code given in readme to send a mail. I get the following error:

AttributeError: module 'email_to' has no attribute 'EmailServer'

What I Did

  File "email.py", line 1, in <module>
    import email_to
  File "/home/xxxx/.local/lib/python3.7/site-packages/email_to/__init__.py", line 6, in <module>
    from email_to.email_to import EmailServer, Message
  File "/home/xxxx/.local/lib/python3.7/site-packages/email_to/email_to.py", line 5, in <module>
    from email.mime.multipart import MIMEMultipart
  File "email.py", line 3, in <module>
    server = email_to.EmailServer('smtp.gmail.com', 587, 'xxxx', 'xxxx')
AttributeError: module 'email_to' has no attribute 'EmailServer'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.