Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugTrapServer] Email SSL support #15

Merged
merged 2 commits into from Dec 8, 2015
Merged

Conversation

GoldRenard
Copy link
Collaborator

I'm surprised that BugTrapServer e-mail reporting doesn't support SSL/TLS.

@bchavez
Copy link
Owner

bchavez commented Dec 8, 2015

Very nice! Again, excellent work m8! LGTM. You should be able to merge once CI goes green.

Ops, build results just came in. Seems like this line here:

_RequestHandler.aspx.cs_

smtpClient.EnableSsl = this.applicationSettings.SmtpSSL;

appSettings is passed in as an argument so (this) reference isn't needed. 👍

@GoldRenard
Copy link
Collaborator Author

Yeah, my mistake. I don't have ASP.NET support on my VS installation so I've just copy-pasted this feature to webapp. Should be fixed now.

GoldRenard added a commit that referenced this pull request Dec 8, 2015
[BugTrapServer] Email SSL support
@GoldRenard GoldRenard merged commit 185cc39 into bchavez:master Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants