A forum-like app I'm working on will send an email notification to the thread starter when a new replied is received. It would be nice if the owner can just reply the email to add a new reply to the thread.
How can I implement the feature, i.e. "reply to this email to comment" like Facebook?
Option A: scan the subject line/body? I don...
Hi, I've a general design question:
I have a mailserver, written in C#.
Then I have a web forum software, written in for ASP.NET in C#.
Now I'd like to integrate the mailserver into the ASP.NET forum application.
For example, I'd like to make it possible that one can create a mailinglist from the forum, and give users the oportunity to...
Anybody knows what changes are necessary for a server to work with xinetd ?
The server being a .NET mailserver that runs on Linux.
See the bottom of this post for reference:
Lumisoft Mailserver Forum Post
Note: xinetd, not mono-service. [x]inetd is an internet superserver.
A superserver starts a server service on demand.
(As opposed t...
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...
Hi, I run ActiveState's ActivePerl on my Windows 7 box. I just installed the MIME::Lite module using the PPM (Perl Package Manager). The installation went fine.
However, as I try to run a very simple script
use strict;
use MIME::Lite;
my $msg = MIME::Lite->new(
From => '[email protected]',
To => '[email protected]...
Hi all,
Have set up a small website for a client however contact form submissions are not getting through to their email address.
The bounce back has this message attached:
550 Requested action not taken: mailbox unavailable or not local
It sends without issue to my email address and others but can't get to any on their domain.
Cl...
i am developing an application,where users can sign up for an account.iam using surge mail server. i want to dynamically create user accounts (i.e through javamail api)?
...
Hi,
Sorry if this is a very basic question (I couldn't find any tutorial on google so asking here).
I want to setup an INCOMING ONLY mail server on Linux. (I have some websites, for which I wish to avoid google apps or some other solution). There are some reasons why I want my own incoming server (like ease of scripting, etc).
Anyway...