asp.net mvc - Mail Settings for SendGrid using AppHarbor -
asp.net mvc - Mail Settings for SendGrid using AppHarbor -
i'm trying set email sending asp.net mvc4 project using sendgrid , appharbor. know appharbor injects relevant smtp configuration in application's configuration, want send email locally testing. hence need know right mailsettings manually add together these settings application.
here have far:
<network host="smtp.sendgrid.net" port="587" enablessl="true" defaultcredentials="false" password="xxxx" username="xxx@apphb.com"></network>
i maintain getting error "failure sending email". copied username sendgrid account, i'm not sure utilize password.
you can find password here: https://appharbor.com/applications/name_of_your_app/configurationvariables
here can find on menu: http://www.screencast.com/t/iealay3d8
asp.net-mvc asp.net-mvc-4 email appharbor sendgrid
Comments
Post a Comment