Hardy Pottinger
Hardy Pottinger
sure, with the line commented out, here's what from is set to: INFO 2023-05-15 11:47:27,003 notify_email P:7835 T:140125014886144 [EA-DEV] from=Alainna T W with the line in place, it's: from=('Alainna T...
I was able to get the full text of the email message by enabling the [file email backend](https://docs.djangoproject.com/en/4.2/topics/email/#file-backend). Here's the message that fails: ``` Content-Type: multipart/alternative; boundary="===============0622671085063671821==" MIME-Version: 1.0 Subject:...
I suspect that the culprit here is on this line https://github.com/BirkbeckCTP/janeway/blob/master/src/utils/notify_plugins/notify_email.py#L24 I think `setting_handler.get_setting('general', 'from_address', journal).value` returns a string, not an e-mail tuple.
I'm wrong... I created a tuple instead of a string on line 24, and got another error SMTP error. ```ValueError: Invalid address " "``` There's definitely a bug here, where...
I thought I'd confirm, I'm pretty sure I can code up some parameters for this plugin, but before I do, I wanted to ask do you accept pull requests?
Sorry, I just noticed this PR. I like the looks of it, it **would** be handy to have an override of the Vagrantfile, though you'd have to balance your desire...
The theme file in question may be leftover from a previously working state, and the victim of a refactoring. However, you *can* override the file.html file that Janeway currently uses...
^^^ still an issue, I cannot use tro to access the board I need to access, because of this error
This would seem to be a documentation issue, then. I suggest adding a description of steps required to install using a current version of Python, and/or specify the versions of...
It's a super valid issue; please do not auto-close this. It's also an excellent suggestion to change the wording @maytan-cogo. Would you like to submit a PR to make that...