Implement Mailinglists ourselves #23
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 25.05.2018 10:04
mailbot.py does not need a mailman list where it can push to. At best, it crawls its subscribers from the db and sends a mail to all of them.
According to Thomsa we can use a UNIX mailbox for this, no need for real IMAP. But he may very well implement that shit himself then :P
This is also useful to conceal the sender to the other mailing list subscribers.
let's make the city's E-Mail address city@ticketfrei.links-tech.org.
Author: @b3yond Posted at: 14.07.2018 15:29
development on https://github.com/b3yond/ticketfrei/tree/mailbot please :)
Author: @b3yond Posted at: 08.09.2018 06:51
Right now it works with mail files, and there is no way to send E-Mails to the Ticketfrei server. We should integrate a mail server, so it can send and receive mails properly.