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

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -