email-server

Email servers for windows servers?

Hi, currently I have only seen products from smartertools for email servers that run on windows boxes. what are you guys running? Is there any other options? It gets expensive when you have multiple servers requiring their software. ...

Can my web server be at one hosting company, and my email hosted by a 3rd party?

Hi, I have a web server that runs my web application. If I want to outsource my email to another provider, is it possible if they are on their on network/data center? ...

What's a good mail server for development use?

I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server for this. I currently use Devnull SMTP server for testing of sending emails, but this just logs and discards messages, it doesn't do IMAP for checking incoming emails/mailboxes. I don't need/want a full-blown server, just some...

Testing website mailing locally

I'd like to test password recovery and similar email related features for a website. I'm using PHP (cakePHP framework) and the syntax seems easy enough but I'm unsure of the email server setup. I've looked around for a good tutorial but they aren't specific enough. What is a quick and easy mail server to use locally? also... some init...

Setup email server to respond to emails sent to an account

Hi, This is a newbie question... I want to create a service which responds to emails sent to it. Just to illustrate. If a user sends an email to [email protected] with some instructions, I want a program at example.com (which is a domain I own) to read the email and act accordingly. I strongly doubt I can do this with standard we...

Is it possible to use an Amazon EC2 instance as an email server?

I want to be able to run an EC2 instance (CentOS LAMP based) as a mail server and create email addresses for users when they sign up so that they can upload files via email. The emails would be parsed and attached files processed and added to S3 for storage. Is this feasible? What mail package would I need for this? I would like to ...

Email server that supports .NET plugins that can do actions according to email content.

I have an application where I need to check emails as they come, however using POP3 to poll an email server is a major pain. Ideally I'd just like to setup an email server and write a plugin for it to handle some sort of EmailReceived event, that contains all the headers and content of the e-mails received. I'm not looking to create an...

How to send e-mails from a web app.

There are a few similar questions. I just want to clarify one part. If I want to send an e-mail (up to 30) in response to user's action, what execution context do I do it from? Do I do a sync call (mail server is in the same data center, so actual sending is fast)? Do I spawn a thread and send it from there? such that each user-re...

Call a php script whenever an e-mail is received?

What I would like is a service (preferably something not installed on a server like just letting a third-party handle e-mails but if a dedicated server is necessary I'll give it a shot) that allows any e-mails to my site to be redirected as a HTTP request to a php script I specify For example a e-mail like this To: [email protected] F...

How do I send emails in Java?

Hey. I currently want to develop a simple program in Java that sends out email. Not just a few emails, but actually a lot (10k+) I have a subscribers list that all agree to it, by the way. Anyway, I cannot send these emails via Gmail or anything like that - They do not allow that many emails to be sent. So the basic question is: How do ...

Implementing an email server in java

What all language components will have to be used for implementing an email service system using java? ...

Looking for a good open source email server.

I'm working on a project that would require me to write my own email server. I was wondering if anyone had any good suggestions for an open source email server written in .NET that I could use as a starting point. Bonus points if it has something already built in for sending text messages. ...

Want to automatically process email attachments based on username and subject

I'm seeking advice about setting up an email gateway so students can email me homework and the email will be processed automatically. For example, if a [email protected] emails me with a subject of "CS208 hw1", I would cross check studenta in a list of students taking CS208, then take all the attached files, dump them in that student's ...

where can i find papers/optimization concepts about email server/email storage?

Hi, I would like to know about the optimization techniques in email server/storage. Where do i get this information? I understand that gmail and outlook are not open source. But the manner in which they store emails at the server side is a problem that could've been dealt with by researchers or programmers already. Have such things been...

differents in header - Mail server

can you tell me how to check the difference between two headers please can you point out the different here in the two files below. I tried my best to get an answer from outside 'stackoverflow' but no one is willing, may be they dont understand what is this. FIRST FILE Delivered-To: [email protected] Received: by 10.227.128.14 with...

apache james for C# environment

I have experience using Apache James in other environments and am looking for something similar for the C# .Net environment. Specifically we need the ability to process messages (catchall address essentially) as they come in (Mailet in james) and processing them into our application (processing based off of who the message is from, and ...