Questions tagged [incoming-mail]

62 questions
0
votes
1 answer

Incoming Mails in Sharepoint

I have a Document Library that receives a mail every week. I want to show the list of mails with their summaries. Is it possible to get that mail's content in Sharepoint, without deploying a custom code? Thanks. Edit 1: Anyone? Anywhere? :( Edit 2:…
frbry
  • 499
  • 2
  • 12
  • 25
0
votes
1 answer

how to dispose a incoming email and then send some words back using google-app-engine

I read the doc: from google.appengine.api import mail mail.send_mail(sender="support@example.com", to="Albert Johnson ", subject="Your account has been approved", …
zjm1126
  • 63,397
  • 81
  • 173
  • 221
0
votes
1 answer

Zimbra Still Receiving Email After MX Change

Over 24 hours ago, our server admin added the MX records for our Gmail Business Account to our DNS zone. He set them as follows (6th record hidden for security): Priority Points to 1 ASPMX.L.GOOGLE.COM. 5 ALT1.ASPMX.L.GOOGLE.COM. 5 …
L. Krecic
  • 51
  • 7
0
votes
1 answer

How can I parse an email passed as a string in Rails 3

I'm using a postfix mail server and I'm sending incoming emails to a controller through an alias: v2mail1: |"/var/www/html/dev/rails/v2p0/script/email_handler.sh incoming_email development" In the email_handler.sh I'm passing the email from the…
Tibor Nagy
  • 1,185
  • 1
  • 15
  • 28
0
votes
2 answers

Amazon EC2 Email can only send to Yahoo Mail, Not Gmail

I have had a small issue with my EC2 email capabilities. While I am able to send emails from ec2 to my Yahoo Mail account, Gmail stopped receiving my EC2 emails as of 23 hours ago (ie, 23 hours ago, I could do the following and it would work.…
0
votes
1 answer

How to avoid access to a user's GMail inbox being counted as "hacking attempts"

We want to offer users of our (web-based) personal document management solution the possibility to import documents sent as attachments to their GMail addresses. Our current solution of just allowing our users's to store their login credentials in…
David
  • 1,359
  • 1
  • 13
  • 20
0
votes
1 answer

Forwarding Mails in Google Apps Script

How can i forward mails from a particular company to Jan who is handling the account of that Firm . Is it possible with Google Apps Script ?
Bipin
  • 71
  • 1
  • 10
0
votes
2 answers

Email sent from lotus notes which includes sent form not working in gmail

While sending email from lotus notes to Gmail using Lotus Script, buttons are not visible in Gmail.
0
votes
2 answers

Do not get iCal attachment in gmail properly

I'm trying to send an invitation through an email using iCal. My email sending is working properly but I do not get the iCal attachment properly. Following is my php function which handles the email sending. function…
0
votes
3 answers

GMAIL API - Quickest method to check for new Mail

I'm getting some offers by emails. And there is a competition who get it first. They send an email with a verification code inside. Which solution is best to check for new gmail messages and get new message body ASAP? I heard about IMAP IDLE.. is…
user1876232
  • 99
  • 1
  • 6
0
votes
2 answers

convenient way to read incoming email key-values

The requirement here is to read incoming mail and extracting the key/value from them. At present is there any frameworks that supports these? For instance, I simply thought of the following incoming email format Hello, Name: James date: 25/09/2012
Njax3SmmM2x2a0Zf7Hpd
  • 1,354
  • 4
  • 22
  • 44
0
votes
1 answer

Why isn't my email function working in CodeIgniter

This mail function is not working. In the code below, the $tomail and $frommail parameters are correct, but the mail isn't getting to my Gmail account. $this->load->library('email'); $config['mailtype'] = 'html'; $config['wordwrap'] =…
shine
  • 89
  • 6
0
votes
1 answer

PHP : How to download dot csv file from my gmail Account?

i have thousand of email in my gmail account.In the email i have a many files in each email but i need to download a file with csv extension and copy it to folder in my PC. Any idea how would i do this in PHP ??
Fawad Ghafoor
  • 6,039
  • 7
  • 41
  • 53
0
votes
2 answers

Designing an email "api"

So, im building this webservice on Googles app engine, and i would like it to receive emails. The thing is, i need to authorize the incoming mails and determine a destination based on alone on the TO field. This is to let people integrate the…
fasmide
  • 149
  • 1
  • 11
-1
votes
1 answer

how to process incoming emails and update them into the database table in ruby on rails 3

I'm trying to set up my RoR 3 application to receive emails and then process those emails and update them into the database table called product_comments. In my application, I have products_controller. Admin can approve or disapprove the products.…
user1074042
  • 55
  • 11