KhanhIceTea
KhanhIceTea
I'm a newbie JS developer. But I will try my best to make a PR for this feature :)
I made a PR, please help me on review code (sorry for bad code b/c I'm new in JS and Electron) :) Thank you very much !
You missed the `SMTP_UNAME` and `SMTP_PWORD` parameters in this file.
Orangescrum required those parameters. Best best case is using SMTP of Gmail or SendGrid.
I have just recheck the source code in file `app/Controller/Component/SendgridComponent.php` (Orangescrum use this class to send emails) and see it doesn't require 2 parameters to send mails. So you can...
``` PHP Notice: Constant EMAIL_DELIVERY already defined ``` Please notice that every constant must be defined once, so you just remove duplicated one and retry
I tried to implement the TextareaColumn based on source code and docs, try my simple code (sorry, my React isn't good) ```js const TextAreaComponent = ({ rowData, setRowData, focus, columnData,...
Hi @joshuarubin , Yes, yesterday I found something wrong with the Github-pages building. First, I got email from Github said that my site building has been failed because of Liquid...
I will try to re-enable Circle-CI deploying to test around :) will update soon
Tested with CircleCI (same strategy) and it works well : - No need the same email of account - The different between 2 ways are : - Github Actions push...