soygul / NBug

Automated bug reporting library for .NET
http://soygul.com/nbug
MIT License
191 stars 78 forks source link

MailSubmitpanel selecting default value + useSsl in the configurator form will use port 25 #76

Closed Stef569 closed 8 years ago

Stef569 commented 8 years ago

Fix bug where the email port is not read when the default port and use ssl checkboxes are checked.

When ssl is checked the port will be 25 even thought in the UI the correct value was visible.

The solution is the always read from the portNumericUpDown. Since the portNumericUpDown control always contains a value.

soygul commented 8 years ago

👍