Know any great online services to receive inbound email? [closed] - email

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
Our web app will receive a very high amount of inbound email. Amazon SES does not handle inbound email at this time, but I know that Cloudmailin and Sendgrid do. Cloudmailin is in beta and its custom domain feature is currently experimental, but perhaps it will be safe enough soon enough! Do you know of any other great online mail services with this feature that I'm overlooking?

Hey, we (CloudMailin) actually lifted the experimental status of custom domains and attachments today as the features have been pretty stable for several months now and we did an upgrade to begin to get things ready for the paid plans. If you have any specific questions feel free to contact us directly.

check out https://postmarkapp.com/inbound [I am not affiliated to them in any way]. Have used their services for one of my projects and they are really good.

Related

Free SMS messages sent to mobile phones outside [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
Does anybody know some kind of service which can send or/and recieve text messages using REST API? The implementation I am trying to built must use a code snippet that makes the sent request to the server in order to send the message to a phone number.
Some examples:
www.twilio.com
There are plenty of them if you made a search, and most are free for certain number of pushes per month/days/hours/minutes/seconds and if you want increase that number you may pay some fee. All these services they usually are using api along with web interface and it is easy to work with!
Some examples:
http://www.freesmsgateway.com/

What is the best way to send e-mails to a given email list? [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 app online and I want the users to subscribe for my new apps. The user were given a form to fill in their emails if they want to subscribe.
After collecting the emails, how do we send out updates? Is there any good service that can do this? The content should be dynamic (like at least putting the user's name in it)
My company uses mailchimp it's pretty simple to use, and supports mass emailing with dynamic content .If you have under 2000 subscribers it's free.

E-mail intercepting and blocking for newsletter test [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 am searching for a tool that would let me intercept and block outgoing e-mail messages from my computer.
Ideally I would be able to see the intended recipients as well as the e-mail message that would be sent.
Is there any software available that can accomplish this ?
You can ues a local smtp server like FakeSMTP to do this.
FakeSMTP is a Free Fake SMTP Server with GUI for testing emails in
applications easily. It is written in Java. Configure your application
to use "localhost" as your SMTP server, and all emails will be
intercepted and displayed in this software.

Need Proper Guidance [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 am finding a way or package where I can create website where member can sell them electronic (downloadable) product and all money will store into the website account. After defined amount they can transfer to them registered PayPal account.
Example: Theme Forest
I would really appreciate if any free script is available or I can integrate with any popular CMS (wordpress, joomla) without security issue.
There is an extension that allows your members to do just that. I found it here. I haven't used it personally, but it sounds like what you are looking for.
Good luck!
Cynthia

Webmessenger, IM, Chat Clients - Jabber based? (like Facebook) [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
does anyone know a AJAX based chat client that connects to a Jabber server, and does the same things as Facebook or Netlog chatbar, plus Multi User Chat (MUC).
I love the UI of cometchat.com/demo (left side of the chatbar is for MUC, right side Web-IM for my friends)
The only client I found until now is http://www.ijab.im/ - which is very new and doesn't speak MUC yet.
If anybody knows other libraries - thanks for sharing!
I recommend using strophejs and the book Professional XMPP with jquery and Javascript by Jack Moffitt.
strophejs is pretty much low level but very powerful, and the book code samples take you everywhere you want to go.
And, complementing Christopher's comment, speeqe.com is written in part by Moffitt and using strophejs !
You could take a look at speeqe.com — "a web based, group chat client that works with the XMPP/MUC protocol."
It's open source too..