An email service that offers imap access as well as sending? [closed] - ruby

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been hunting for some time now for a service that both allows sending of messages and receiving of messages in a conveniently wrapped solution such as MailGun, Postmark, SendGrid and others. So far I have not been any "developer friendly" solution that facilitates both an smtp service + an imap service for receipt and account management for large quantities (ie, Google Apps is not acceptable).
Am I overlooking a robust already existent solution or do I need to roll my own?

MailGun, Postmark, SendGrid You do not need them. can speak directly with a server.
I post part one and part two for example what i use.
Have fun!

Related

mongodb vs apache DB (Derby) or Java DB [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Want to develop an application based on NoSQL DB.
I found apache DB, JavaDB & MongoDB are mostly used NoSQL Db's.
So I want to know what is the difference between these NoSQL DB's. I want to develop a web application. So which DB would be better to use.
The main difference is that:
"JavaDB" and "Apache DB" and Derby are the same
Derby is a very SQL standards-compliant database, and thus hardly a NoSQL DB

Multiple sites amazon ws windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm new with the amazon servers created my instance yesterday and is working with my site there.
However wanted to put more than one site, anyone know of any tutorial or something parecedido for the Windows version
You can serve any number of sites from an EC2 instace. You just need to point the domain name to the same instance using the DNS. You can use Route53 from AWS as the DNS: http://aws.amazon.com/route53/faqs/

How to test methods in models when using Sinatra? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have a project that is using Sinatra framework.
How do I test methods in my models, or controllers that do not have web services but have to use DB connection?
Any link with github/ or Google would be great, as I can't find anything useful.
You can do functional tests of your Sinatra endpoints as outlined here:
http://www.sinatrarb.com/testing.html
http://net.tutsplus.com/tutorials/ruby/how-to-integrate-rspec-into-a-sinatra-app/
And as for your models, just unit test them like normal with a unit test framework:
http://www.rubyinside.com/a-minitestspec-tutorial-elegant-spec-style-testing-that-comes-with-ruby-5354.html
http://net.tutsplus.com/tutorials/ruby/ruby-for-newbies-testing-with-rspec/
http://blog.teamtreehouse.com/an-introduction-to-rspec
If you're not familiar with testing at all, I'd recommend digging into a book:
The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends
http://artofunittesting.com/other-books/

Service-now, where to begin? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working as a Desktop Support Specialists at Day & Zimmerman. Along desktop support I code in a free time.
I would like to become a certified Service-Now Admin.
What are good materials to start learning about Service-Now?
I understand why companies are using Service-Now, how it is used, but I would like to learn how to configure it, configure workflows for Service Catalog requests, create groups to filter tickets between different IT teams, and create UI policies and scripts.
I have a strong JavaScript knowledge.
Thanks
Start reading from Service Now Wiki.Start from get "Get Started".What ever you learn you can practice on demo instances provided by Service Now "https://demo.service-now.com" . In the this link add "001" to "023" after "demo"
It's simple o understand and start from the above.
2.Once you are familiar with the basics then you can go ahead with servicenowguru.com.It has a lot of useful code snippets.
You might already be in the best place to get started - ask some questions here on StackOverflow as there is a growing community of customers, partners and employees happy to help.
The ServiceNow Wiki is the traditional place to start. On the ServiceNow Community there are Learning Center resources.
On Google+ there is another growing community of friendly people to help you get up to speed.[0]. The #ServiceNow Twitter hashtag is very active too.
Lastly - find out how to connect with your local ServiceNow User Group (SNUG)[1]. You can meet other users in your area.
Good luck!
[0] https://plus.google.com/communities/115940571564789841375
[1] http://community.servicenow.com/og
I took two classes that are offered by Service-Now, one is the admin class which is the recommended place to start and then a scripting class. Both were great classes...
More info:
http://www.servicenow.com/training.do
A good place where to check for what others have done to achieve the certification is the following LinkedIn group:
http://www.linkedin.com/groups?gid=4103160
Also, ServiceNowGuru has a very good list of skills you should master (pursuing a certification or not):
http://www.linkedin.com/groups?gid=4103160

cloud sms services that could buy local numbers and map them together [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hi I want to achieve this. Do you know a service that would allow me to do this
You could use Nexmo (or a similar SMS API), to purchase and proxy through the virtual numbers.
Here's some example code - the specific use case for the example is a situation where you want to mask the user's phone numbers; however, the same concept applies to what you want to do.
And here's a more high level implementation guide on proxying SMS through virtual numbers (or direct to the Prezi).
Disclaimer: I do some developer evangelism for Nexmo.

Resources