Reputation: 23
I am trying to implement email service for my project in cloudfoundry. does anyone have any idea about the email services that are used in cloudfoundry in general and how ?
Upvotes: 1
Views: 863
Reputation: 87
You can send email in CloudFoundry through AlphaMail. See my blog post: http://www.jiwhiz.com/post/2012/11/Send_Email_Through_AlphaMail_Inside_CloudFoundry
Upvotes: 1
Reputation: 3984
There is currently no support for email within Cloud Foundry itself. I would suggest using a mail service like SendGrid.
Upvotes: 1