Giter VIP home page Giter VIP logo

Comments (6)

kootenpv avatar kootenpv commented on May 20, 2024

Hi, thanks for taking the time to post an issue. Could you provide some example code? I cannot reproduce by with + body + html file attached.

from yagmail.

steve2072 avatar steve2072 commented on May 20, 2024

Hi,

Thx for your prompt reply.

I managed to fix it by not using the with section. The code ends without any error message (LEVEL=DEBUG), which seems normal as I don’t properly close the connection (following the hints of the doc).

The code is quite simple and really isn’t worth being sent. Maybe it is related to new GMail settings ?

Regards,

PS : btw, I am using Airmail on Mac. The HTML (see attached), which is an email signature, is attached to the email sent. It is well displayed in Airmail Client as an HTML body (which is ok) and also as a file attached but this one is continuously trying to download it and cannot be opened. In my former code, which is a step by step process for using Gmail (that’s why I was trying your very convenient library), I did not have this issue. When using Mail App on Mac, everything works in both cases. I know you are not supposed to support Airmail but maybe it may give you some hints about anything.

Le 1 mai 2016 à 22:32, Pascal van Kooten [email protected] a écrit :

Hi, thanks for taking the time to post an issue. Could you provide some example code? I cannot reproduce by with + body + html file attached.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #43 (comment)

from yagmail.

bepetersn avatar bepetersn commented on May 20, 2024

Seeing this error also. It looks like __del__ is getting called after the connection is already closed. It tries to close after already being closed, and this error is produced.

Could be easily made not to occur by checking if is_closed before closing in __del__, though honestly I have no idea why it's happening for me right now.

from yagmail.

kootenpv avatar kootenpv commented on May 20, 2024

Wow, when you write "fixes and issue number" it closes automatically....

from yagmail.

bepetersn avatar bepetersn commented on May 20, 2024

@kootenpv Yup, haha. Thanks for adding so quickly.

from yagmail.

kootenpv avatar kootenpv commented on May 20, 2024

@steve2072 It appears my comment to you hadn't gone through. I'm not exactly sure what the problem/error is, but if you provide an example perhaps it can be fixed :)

from yagmail.

Related Issues (20)

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.