email-integration

What is the easiest way for a Java application to receive incoming email?

Sending email is easy with commons-email, and with spring it is even easier. What about receiving incoming email? Are there easy to use APIs that allow to bounce emails, process attachments, etc. ...

Hosted Email for Rails App

I'm looking for an alternative to Google Apps for sending email from my rails app. (Google limits the number of messages you can send). Do most people roll their own, or is their a preferred provider? I'd love to be able to dynamically create addresses for my customers: [email protected] ...

SMTP configuration problem with ASP-Classic

I'm trying to get an email sent using ASP classic, and am having trouble with SMTP configuration. The error: CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. The Code(for the email itself): Set objMsg = Server.CreateObject("CDO.Message") objMsg.From = "[email protected]" objMsg.To = "themetatron@...

How to integrate my Web Application with Skype, Gtalk of another IM system?

I want to be able to send reminders to my users, using their IM system of choice, very much like Remember The Milk does when it sends notifications. How can I do that? Additional INFO: I develop in ASP.Net, SQL Server 2008 and Windows 2008 ...

Email integration

I was wondering if someone could help me out. In some web application, the app will send out emails, say when a new message has been posted. Then instead of signing into the application to post a reply you can just simply reply to the email and it will automatically update the web app with your response. My question is, how is this do...

best apache based email server

What's a good email server to run web based email over apache 2.2? ...

Web based email reply/quoting code available?

I'd like to write a sort of mini-CRM system that will require interacting with emails from customers (many different systems). I'd like for it to be able to reply to their emails, and place the original email in a nice quoted reply format like other email apps. This appears to be fairly easy when responding to an ASCII email, but how d...

.net code to read email into a sql database

I am looking for some links and/or code snippets that will allow either an asp.net webpage, (or alternatively an outlook add-in) that will allow me to read emails sent to a particular email address, and then parse apart the email message into component parts (i.e. subject, body, attachments etc) and save to my database. The basic subjec...

Simple email program / library recommendations

Hello all, I am needing to implement email notifications for a C++ project. Basically a user provides all the relevant information for their email account and on certain events this component would fire off an email. Ideally I would like to find a small cross platform open source command line project that I can exec from within my pro...

Do most email clients support MHTML?

Do all modern email clients (online and desktop apps) support MHTML email content in which images and other resources are embedded in the email? In addition is this the standard that should be used to get a consistent HTML email message out or is it better to send HTML emails with linked resources. Thanks in advance Note: I am aware o...

sending email into sql server 2008

What are some strategies for programatically setting up an email interface between a pop3 mailbox and an sql server database ? I'd like to be able to setup an account, say "[email protected]", and any email sent to that email address I'd like to senders email address, the subject and the body of the message inserted into a table (for ...

Persist header data across reply emails

Am trying to determine the best way to persist information from an originating email, through to a reply back. Essentially, it is to pass a GUID from the original email (c#), whereby when the receiver replies back, that GUID is also sent back for reference. I have tried setting the MessageID, whereby using Outlook, the In-Reply-To valu...

how to configure a SMTP server in windowx xp to send mails to gmail?

forgive my ignorance, I thought it was going to be a no-brainer but I still couldn't figure it out I'm using redmine (is a ticket system made with rails) and it has the option of sending you mails to notify events. So far now I could not configure a smtp server to relay mails to my gmail account. I want to configure some local client ...

Send a photo from camera iPhone?

I already know how to access the camera in the iPhone but I do not know how to take a picture then email it. Anyone know how to do that? ...

Dynamic email routing for listserv (in PHP)

I'm doing some pro-bono work for a non-profit and need to cobble together some functionality, preferably without rolling it all myself. Here's the synopsis: I have a CRM-like system that has Persons and Groups (made up of Persons). I want to set up: A dynamic email routing, so [email protected] is routed to the Joe User's email (...

Sending Emails in Sharepoint

I need to know what is the best practice for sending emails from my sharepoint webparts and/or customized features. Should I just use the normal .Net classes to send email ? or is their a better way to do it through integration with an outlook server ? ...

How to implement an email dropbox feature for web app?

You've probably seen web apps that have an "email dropbox". Users can send email to a special address like '[email protected]' and the message will be parsed and inserted into their account as a comment, to-do, etc. We're trying to build something like this, and wondering which way would be best? Is the '[email protected]...

(Ruby) Getting Net::SMTP working with Gmail...?

Hi All, Does anyone have any quality (and up-to-date) information regarding sending mail via Gmail using Ruby's Net::SMTP? I've seen several examples -- most dating from 2007 to mid-2008 and none of them work for me. I need more current examples that use the most recent 1.8.7 release. I'd also appreciate if the documentation didn't o...

How to receive "report spam" complaints for a newsletter service?

I'm building an email newsletter service. Obviously we are doing regular opt-out links and everything like that, but I'm wondering...when a user in Gmail does the "report spam" button (or equivalent in any email client) how can we receive these reports? Have people developed good systems to programatically parse these reports, like an ...

Integrating dynamic content into mass email

Hi, We're looking for the best way to integrate dynamic content into emails sent by various individuals (or companies) using various mass mailing systems, some of them proprietary. What are the options to do that and what are the advantages and disadvantages? For example, I guess that one of the options is to add an iframe to the ema...