Coder Social home page Coder Social logo

Comments (9)

brockallen avatar brockallen commented on July 20, 2024

Did you configure the settings in web.config? The ones checked in are not valid.

from brockallen.membershipreboot.

codingoutloud avatar codingoutloud commented on July 20, 2024

Also - there is an example of how to set up for SendGrid shown in the readme.md (https://github.com/brockallen/BrockAllen.MembershipReboot/blob/master/README.md)

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

Oh also, make sure you uncomment the Smtp implementation configured in App_Start/NinjectWebCommon.cs and comment out the Nop implementation:

//kernel.Bind<IMessageDelivery>().To();
kernel.Bind<IMessageDelivery>().To();

from brockallen.membershipreboot.

drewid avatar drewid commented on July 20, 2024

Hmm - so that's where that is set... Well that should help (editing the App_Start/NinjectWebCommon.cs file). Will check and get back. My settings were definitely right.

from brockallen.membershipreboot.

drewid avatar drewid commented on July 20, 2024

There is still a problem down in smtp.Send for some reason. in SmtpMessageDelivery.cs. I modified my settings with yours, but they may be incomplete as it is throwing an exception. Still digging

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

I guess it'd help if we saw what exception was being thrown.

from brockallen.membershipreboot.

drewid avatar drewid commented on July 20, 2024

Will try - elmah's not setup on the MVC project that I have and it is doing a weird timeout.

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

Run this in the debugger and simply look at the exception message. It'd be helpful to know what it is.

from brockallen.membershipreboot.

drewid avatar drewid commented on July 20, 2024

It was just timing out.

  1. Once I figured out the commenting out of kernel.Bind().To(); that really helped.
  2. I am using an Amazon EC2 instance and for some reason, my provider I guess just wasn't accepting SSL port 465 authentication. Once I switched to non-ssl and part 2025 it finally worked.

Thanks for the help - the email works fine now, and hopefully this helps someone else.

from brockallen.membershipreboot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.