Coder Social home page Coder Social logo

announcement's People

Contributors

omerkel avatar orangeutan avatar

Watchers

 avatar  avatar  avatar

announcement's Issues

More flexible configuration of attachments per mail type

Current: controlannouncement.py:117: Code always sends attachments if dict current is defining these with key "attachments" as in announcementconfig.py:79. This is independent of the chosen mail type. Avoiding attachments can only be done by complete removal of "attachments" plus its corresponding value.

Intended: in announcementconfig.py: current to hold multiple possible attachment keys. Each defining a lists of files to attach. These keys are referenced by each mail type in mail. current then defines a data set that is possibly reusable over different mail types. Any mail template that should not result in mails having attachments will simply not have any of the possible attachment keys.

announcement.py (line 130): NameError: name 'announcement' is not defined

Session log as follows:

c:\Python34\python.exe controlannouncement.py
ControlAnnouncement::updateUser
ControlAnnouncement::sendMail
Exception in Tkinter callback
Traceback (most recent call last):
File "c:\Python34\lib\tkinter__init__.py", line 1533, in call
return self.func(*args)
File "controlannouncement.py", line 117, in sendMail
self.announcement.attach()
File "D:\work\ReleaseCandidateTest\announcement.py", line 130, in attach
announcement.message.attach(part)
NameError: name 'announcement' is not defined

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.