VARCID / grit

https://team-grit.github.io
GNU General Public License v3.0
0 stars 1 forks source link

The port of the used e-mail server can't be changed without editing the source-code #26

Open X-Cedric opened 9 years ago

X-Cedric commented 9 years ago

To use the e-mail sending function it is necessary to know the e-mail sending port of the used e-mail server. If you want to change the port you have to edit the source-code. A possible fix would be to add a new field at the XML-config field and to access the value of the field in the source-code.

Gaegamel commented 9 years ago

It's also dependent on the type of protocol. There is a difference between SMTP and SMTPS. This might be taken into account.