Questions tagged [email-processing]

26 questions
0
votes
1 answer

Outlook shows image as attachment which is referenced in the HTML body of the mail

I just received a mail with an attachment that was an image, it has the file ending .emz. The mail is a HTML mail and the body references this image. Do you have to treat this image as a real attachment or is it inline?
lassedev
  • 317
  • 1
  • 4
  • 12
0
votes
0 answers

how to process pop3 emails from gmail server in mule anypoint studio

I am trying to make an application in mule anypoint studio 7 which receives pop3 emails from the server of a gmail acocunt using the email connector. The type of object or the email body content that I receive when I list emails from a POP3 server…
Jasser
  • 203
  • 2
  • 11
0
votes
2 answers

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 is what tumblr.com does: each blog is associated…
0
votes
1 answer

python recognize text in email

Imagine you get emails like these: name1: value name2: value name3: value ... These values should be inserted into a database with column names equal to names in the email. However, the emails might have some errors, for example a typo, or using a…
0
votes
1 answer

Set email recipients on approval of a topic by moderator in KUNENA extension of joomla

This site is not developed by me and I have little knowledge in joomla Site type - forum Platform - joomla 1.7.1 extension installed - Kunena 1.7.0 Process :- When a topic is added to a category by user, then this topic should be approved by the…
Rakesh Mishra
  • 358
  • 5
  • 17
0
votes
1 answer

c# auto processing email according to rules

I need a pattern for processing incoming emails. My current pseudo-code is like this: if sender is a@a.com and messageBody contains "aaa" then extract the content according the aaa function save it to database move the message to the…
mustafa öztürk
  • 539
  • 3
  • 13
0
votes
1 answer

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 with the account of the sender. Any ideas on a…
huevos de oro
  • 327
  • 5
  • 17
0
votes
1 answer

Process ALL incoming e-mails with PHP script

For a project I'm working on right now I want users to be able to send e-mails to username@sub.domain.com. Those e-mails or to be more specific ALL e-mails send to sub.domain.com shall be processed by a PHP script. In that script I need to be able…
tim-we
  • 1,219
  • 10
  • 16
0
votes
1 answer

How to automatically get from daily e-mail attachment to script-processed file?

Background: Every work day I get an e-mail from a vendor who sends me a CSV file as an attachment. The CSV file needs to be converted into HTML and I already have a script that does that. The problem is, I have to manually open my e-mail, save the…
dreftymac
  • 31,404
  • 26
  • 119
  • 182
0
votes
1 answer

Email - Process Ads website emails with custom solution or using Celery/RabbitMQ?

I need to process e-mails for a medium project that will be expectecting to send 20 or 30 emails per hour. I've designed a solution in other project that uses a database table and a cronjob running every 5 or 10 minutes to handle this. The Database…
André
  • 24,706
  • 43
  • 121
  • 178
0
votes
1 answer

Which setup to use for email handling platform

My goal is to build a system where each user has an email address to which he can forward e-mails. From these emails the system should take: subject, date, recipient, text. This data should go into a database with a unique ID per mail and user. Now…
Vincent
  • 1,137
  • 18
  • 40
1
2