Implement Mailinglists ourselves #23

Closed
opened 2019-06-10 09:48:31 +00:00 by b3yond · 2 comments

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.

  • subscribe form on a separate page.
  • unsubscribe form on a separate page.
  • crawl() needs to check for incoming mails
  • post() needs to send reports to everyone, including the original author (for now).
  • setup instructions for exim4

let's make the city's E-Mail address city@ticketfrei.links-tech.org.

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. * [x] subscribe form on a separate page. * [x] unsubscribe form on a separate page. * [x] crawl() needs to check for incoming mails * [x] post() needs to send reports to everyone, including the original author (for now). * [x] setup instructions for exim4 let's make the city's E-Mail address city@ticketfrei.links-tech.org.
b3yond added this to the Multi-instance deployment milestone 2019-06-10 09:48:31 +00:00
Poster
Owner

Author: @b3yond Posted at: 14.07.2018 15:29

development on https://github.com/b3yond/ticketfrei/tree/mailbot please :)

Author: @b3yond Posted at: 14.07.2018 15:29 development on https://github.com/b3yond/ticketfrei/tree/mailbot please :)
Poster
Owner

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.

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.
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: b3yond/ticketfrei#23
There is no content yet.