Questions tagged [incoming-mail]

62 questions
37
votes
2 answers

Force emails not to be grouped into conversations

My website sends emails to me with the same subject and they are being grouped into conversations even if I delete old ones (Mail, Gmail). I know I can change the subject to prevent this, but is there a header or something else that can be added to…
Louis W
  • 3,166
  • 6
  • 46
  • 76
28
votes
3 answers

smtp e-mail headers: return-path vs. sender vs. from

Please help me make some order with email headers. What does each of the following mean: return-path, sender, from. The question is being asked in the context of an email receiving app (let's say a posterous clone). What can be easily faked? What…
flybywire
  • 261,858
  • 191
  • 397
  • 503
10
votes
1 answer

How to instruct gmail tabbed view?

In the new Gmail tabbed view, I'm trying to send our company's newsletters but they keep getting filed under Promotions, when they should be categorized as Updates or Social (they are about relevant news of the day, similar to Linkedin Top News…
ecesena
  • 1,155
  • 1
  • 12
  • 19
5
votes
2 answers

How to route mails from gmail to mailgun?

I have just started using mailgun. I am facing an issue. Lets say my domain is test,I have done this abc@gmail.com--> support@test.mailgun.org --> myAccount@gmail.com SO I am able to route incoming msgs coming to my gmail account, Now I want if I…
Pulkit
  • 3,953
  • 6
  • 31
  • 55
4
votes
1 answer

Best way to setup sendgrid for inbound email parsing?

We are using google apps gmail for our company emails. I want to use sendgrid for transactional mail in our web app, and I want all replies to that transactional mail to be parsed and posted to our api. How do I set this up? Do I need to point some…
richard
  • 12,263
  • 23
  • 95
  • 151
4
votes
0 answers

How can I make emails stack in Gmail?

So I am developing an app that sends email notifications when people post and reply to a group. Example interaction might be: I make a post. Everyone in my group receives a notification. Barry replies to my post. Everyone receives another…
RobHeaton
  • 1,390
  • 1
  • 9
  • 13
3
votes
2 answers

Can I receive incoming mail with Google App Engine on a non-default version?

Google App Engine allows for multiple version to be deployed concurrently, one of which is the default. You can access non-default versions via HTTP (and apparently also via XMPP) using a special URL. Is it possible to send email to a non-default…
Thilo
  • 257,207
  • 101
  • 511
  • 656
3
votes
2 answers

Email Attempt Failed when signin through PHP in gmail

I need a help in email sending in PHP. Am actually trying to send email using PHP mailer. Somehow for some of the mail ids am able to send the email but for some other email ids am unable to send. I receive an email in gmail stating 'Signin attempt…
Iris_geek
  • 393
  • 5
  • 19
3
votes
0 answers

How to add or create an extra Icon/button in Gmail like "label as:"

When we first login to gmail and select any inbox mail: We can view some icons exactly above the inbox, In that we can also view one icon known as "label as" When we click the "label as" icon we can see a collection of labels in the drop down…
3
votes
1 answer

Receiving and Processing Incoming Emails with PHP

I want to setup an environment, where users send an email to mobile numbers with fix domain name, for ex. 12345678@somedomain.com and I will read all the incoming emails coming to my somedomain.com. Now further, I will already have user information…
Aditya P Bhatt
  • 21,431
  • 18
  • 85
  • 104
2
votes
2 answers

how to process incoming mails using mailman and update them into the database

am developing ruby on rails3 application where i am sending an email to user and if user replies that email then that reply content, date should be updated to the database. For this i have ProductComment model. when admin sends comment to the user…
2
votes
1 answer

Sending email but not receiving - GoDaddy VPS server and Cloudflare

I have cloudflared my site which is hosted on GoDaddy. I also set up an email for this site: info@domain.com It sends email fine. No incoming email is received. On Cloudflare it says: Add an MX record for your root domain so that mail can reach…
Compoot
  • 2,227
  • 6
  • 31
  • 63
2
votes
0 answers

How to IMPORT this blocked attachments from gmail to another gmail?

By enabling POP feature, I successfully imported almost all gmail inbox into new gmail inbox except 391 mails with ((has:attachment OR has:drive) .dll) Due to gmail blocked this .dll attachments, how to import leftover ".dll" files also to my new…
2
votes
3 answers

android.permission.ANSWER_PHONE_CALLS How I can use? for auto answer

As per android developer documentation Android 8.0 (API level 26) introduces several new permissions related to telephony: The ANSWER_PHONE_CALLS permission allows your app to answer incoming phone calls programmatically. To handle an…
2
votes
1 answer

Css styles does not work in full view letter interface Gmail

I create mail template in my job. I remember that Gmail started support css styles in 'head' tag. (spec.: https://developers.google.com/gmail/design/css) I tried it and was disappointed. My letter is big because has a lot of data and Gmail cut off…
1
2 3 4 5