9
votes
12answers
2k views
Does your email client let you add custom headers programmatically?
I'm working on an anti-spam project (centmail) that involves having the sender use a client plugin that adds a custom header (as well as a signature, but that part's easier). The general problem is …
3
votes
5answers
1k views
sending mail from Batch file
We have a script to backup files. After the backup operation is over, we would like to send a report as an email notification to some of our email addresses.
How could this be done?
2
votes
5answers
150 views
How to unit test an email client
I'm working on a desktop email client right now, and I want to unit test my backend. However, I can't see a way to make that work. In order for my code to work, it has to connect to a working mail …
2
votes
5answers
1k views
Accessing an Exchange Server without Outlook
Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It does not appear that Outlook Express supports Exchange (only IMAP and POP3).
1
vote
2answers
40 views
Is there a current or upcoming standard used by a current email client that lets one use Javascript in an email?
I have a system that emails programmatically generated emails hundreds of times daily. They are going to open in outlook which I know will render the HTML differently than IE and disable scripting. …
1
vote
1answer
398 views
What is the behavior difference between return-path, reply-to and from?
On our mailing application we are sending emails with the following header:
FROM: marketing@customer.com
TO: subscriber1@domain1.com
Return-PATH: bouncemgmt@ourcompany.com
The problem that we are …
1
vote
2answers
31 views
Processing email with a server application
I'm afraid this is a very generic question, but unfortunately my question is exactly how to get down to the 'specifics' on this particular issue. Let me be more specific:
I want to create an "email …
1
vote
9answers
406 views
Third Party Email Senders
I am sending email from my asp.net application, and I wanted to see if anybody could recommend a third party that will actually send the emails. Ideally they should have some sort of web service …
0
votes
2answers
34 views
parsing response end with extended SMTP (ESMTP)
To use an example response from google when sent "EHLO":
250-mx.google.com at your service, [66.501.941.15]
250-SIZE 35651584
250-8BITMIME
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250 PIPELINING
…
0
votes
2answers
89 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most simple explanation …
0
votes
2answers
44 views
How Can I Get The Email Sender Address
Hello,
I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that will be replyed? …
0
votes
0answers
27 views
How to duplicate an IMAP mailbox
I would like to create an email client that can access multiple IMAP mailboxes. I'd also like a copy of all emails for processing. What is the best way to do this using IMAP commands?
Right now I …
0
votes
0answers
28 views
Displaying images in Entourage 2004
We're sending out HTML newsletters, which display reasonably well in a number of desktop and web-based email readers.
Entourage 2004 refuses to display images, even after clicking "To protect your …
0
votes
1answer
52 views
Sending E-Mails through Microsoft Exchange Server
I would like to send e-mails through a Microsoft Exchange server. Is it even possible through SMTP for example? The server is "be01.ix.netplace.com" in case this will help in anything. I tried many …
0
votes
5answers
189 views
Sending mail from java
What is the easiest way to send and receive mails in java.
