wallacepos icon indicating copy to clipboard operation
wallacepos copied to clipboard

Email and Business settings wont save

Open haleylovesroses opened this issue 7 years ago • 1 comments

When attepting to save the email and business info settings, they will not save and I am unable to send an email from the software. The error when sending the email is SMTP connect failed(0). When I go back to general settings, both business info and mail settings are gone and will not save.

haleylovesroses avatar Nov 09 '17 08:11 haleylovesroses

I had the same issue. In order to see that the settings did in fact save I had to logout and close the window, relaunch and log back in. You'll then be able to see the saved settings in General. When I have some time I'm going to look into why this happens. In regards to the email, I fixed this in my fork and have submitted a pull request for it to be merged into the master branch. In my case it was caused by the email server requiring SMTP Auth to be enabled and an outdated PHPMailer. In order to get this I had to pull in the latest version of PHPMailer and make a couple changes to a few files. If you'd like to make the changes yourself in the meantime, here are the links to my changes:

https://github.com/ctorix/wallacepos/commit/03323438ef73f3a5dca78d6445b80a26be65c4e1 https://github.com/ctorix/wallacepos/commit/bfd038db4f9679fcfcb620f78f713320eb9bd502 https://github.com/ctorix/wallacepos/commit/881f9c3fce819d24697a1b23a5fd9d2da6d3ffa9

sorry for so many commits, It's been a long time since I've used git.

ghost avatar Mar 19 '18 00:03 ghost