Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
240 views

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 studenta@univ.edu emails me with a subject of ...
2
votes
2answers
214 views

Processing checkboxes with PHP

My boss set up a script to process forms through PHP and email the results. We are required to use this processor. The problem with the processor is this line of code: foreach ($_POST as $k => ...
2
votes
5answers
328 views

Is it possible to programmatically 'clean' emails?

Does anyone have any suggestions as to how I can clean the body of incoming emails? I want to strip out disclaimers, images and maybe any previous email text that may be also be present so that I am ...
1
vote
3answers
313 views

How can I parse email text for components like <salutation><body><signature><reply text> etc?

I'm writing an application that analyzes emails and it would save me a bunch of time if I could use a python library that would parse email text down into named components like ...
1
vote
1answer
417 views

how to parse an email message and process various information

Is there any library to parse email messages? I know there are a lot. In addition to basic MIME parsing it should be able to parse things like: If the mail is a forwarded message: parse and tell me ...
0
votes
3answers
181 views

How to Change the MTA return error if something happend when delivery email failed using pipe to php script method

I using WHM/Cpanel Im using the pipe technique to forward the income emails to php script and everthing fine. but while working if any error happend while piping the following msg for example will ...
0
votes
2answers
83 views

Processing all the email sent to a specific domain

Requirement: I am writing a web application (Rails on Heroku) through which users can create groups and user should be able to post a message to the group simply by sending an email to the group. This ...
0
votes
1answer
19 views

design question: posting picture via email to our site

I have a site which allows people to post pictures. I would like to allow people to send an email with an attachment to a specific email address to post the picture to our site and have it associated ...