17 Commits

Author SHA1 Message Date
239b63ce8a Made proper template for send form. Remodelled data/templating handling. 2017-02-09 14:26:51 +01:00
608854b57d Removed most Google Account management and mailing stuff. 2017-02-04 02:40:37 +01:00
ba7520caad Test with Google Script to send mail. This works and seems to be the
only way without going through registration process with Google.
2017-02-04 01:26:18 +01:00
4993a29013 Cleanup. 2016-08-04 22:48:44 +02:00
3c672b0d4e Finishing touches on GmailTransport. 2016-08-04 18:13:39 +02:00
16ab03786d Bugfix with visibility in GenericOutput. Bugfix in MailOutput. 2016-08-04 18:13:06 +02:00
868466e7d7 Implement GmailTransport. 2016-08-04 16:39:45 +02:00
9c09108076 Move conversion of mail header array into string to (PHP-)MailTransport. 2016-08-04 16:38:56 +02:00
9eef404735 Prepare GmailTransport. 2016-08-04 16:05:31 +02:00
1af2c621f4 Added transport class for MailOutput. 2016-08-04 15:52:59 +02:00
320c58be50 Split Output into Output(Generator) and Transport. Needed for later
switching between different mail transports.
2016-08-04 15:35:50 +02:00
a2d873853d Set template variables programmatically. 2016-07-30 23:33:00 +02:00
6723ece603 Renamed a few methods for clarification. 2016-07-10 23:28:01 +02:00
f94186a20f Reduce complexity in MailOutput. 2016-07-10 23:01:21 +02:00
d8f8c7c381 Moved mail sending to new class. 2016-07-10 18:43:05 +02:00
0d57aace4b Fix naming of variables. 2016-07-10 16:24:03 +02:00
be90c98118 Output handling to separate classes. 2016-07-10 16:18:16 +02:00