Questions tagged [email-bounces]

A bounce message indicates that the email could not be delivered successfully. Usually libraries for sending email allow to set a separate bounce address which receives the bounced messages.

In the Internet's standard e-mail protocol SMTP, a bounce message, also called a Non-Delivery Report/Receipt (NDR), a (failed) Delivery Status Notification (DSN) message, a Non-Delivery Notification (NDN) or simply a bounce, is an automated electronic mail message from a mail system informing the sender of another message about a delivery problem. The original message is said to have bounced.

See Wikipedia for details.

167 questions
0
votes
1 answer

Bounced mails get Status header

I am trying to read the Status header of a bounced email. This site explains better what I am trying... The original email is composed by several MultiParts objects, so I am reading it in java code: private void test(MimeMessage message) throws…
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
1 answer

Amazon SES -> SNS SQS notifications not working

I have a customer who has his own AWS/SES account to send emails using SES. We have our own AWS account to host our servers and to use SNS/SQS. We setup his SES verified sender email to send SNS notifications about Bounces and Complaints to our SNS…
0
votes
1 answer

How can I batch search a MySQL5 database?

I have a MySQL database on my web host holding a database of users. Within that database I store the email addresses of all customers. I have a customer list and a marketing list. I send out quarterly newsletters and have created a Outlook "mail…
0
votes
4 answers

Bounce inactive emails from php newsletter

I started a daily deals website and now I want to run mail newsletter. Everything works fine, but now I want to proccess bounce emails (only the inactive ones). Can someone give me an example cron-script that opens the bounce email box, detect only…
user1204111
0
votes
1 answer

How can I set the subject of a bounced email?

When sending an email, is there a way I can control what the subject of the bounced email will be (in the event that it bounces and is not deliverable). Basically, I can control where the bounced email will go using the Return-Path header, and I'm…
Nightwolf
  • 4,495
  • 2
  • 21
  • 29
0
votes
1 answer

Email to my Google Apps address sometimes bounces

I have my domain email hosted on Google Apps, the free version. The problem is that occasionally/frequently, emails sent to me bounce. Someone forwarded me the bounce message: Delivery to the following recipient failed permanently: …
Steven
  • 1,049
  • 2
  • 14
  • 32
0
votes
1 answer

How to generate traffic to test a bounce management tool?

What tools are available to generate bounce messages in order to test a bounce management tool? We want to test invalid addresses but we will like to test other error status codes.
Geo
  • 8,663
  • 13
  • 63
  • 93
0
votes
1 answer

receiving mail on app engine - email bounces back for some senders

My app engine fails to receive emails for some sender and bounces back with the following message: ********************************************************************************* Delivery to the following recipient failed permanently: …
sheenu85
  • 168
  • 2
  • 11
0
votes
3 answers

powermta don't send bounce back mail

I'm using powermta - port25 for bulk mailing. I want it to send bounce mail back to specific bounce back address. Some servers send for quota or inactive user problem but i want to take all bounce mail report to bounce address. powermta creates logs…
user1562119
  • 1
  • 1
  • 1
0
votes
1 answer

Regex to match GMail bounce

I am trying to make a regexp to match a gmail bounce of a address that doesn't exist to use it with PHPMailer-BHM. Here is the message : host gmail-smtp-in-v4v6.l.google.com[173.194.70.26] said: 550-5.1.1 The…
-1
votes
1 answer

Bounced Email Handling: Better via IMAP or Piping?

Is it better to handle bounced emails by having them 1) sent to an IMAP server and then using a cron job to process each one, or 2) to have bounced messages pipe straight to a script for processing. Please justify your answer. Pros/Cons would also…
ProgrammerGirl
  • 3,157
  • 7
  • 45
  • 82
-1
votes
1 answer

Getting Postfix Bounce on GCP Google Cloud VM using Sendgrid - sender non-delivery notification

I am running Debian 8 on GCP VM. Trying to send e-mails with postfix using Sendgrid SMTP service, but I am getting bounce and none of the e-mails are getting delivered. I followed documentaion and instructions, but not sure where the issue is ... I…
-1
votes
2 answers

PHP Piped Email Creates Bounce Back

I am piping my php email to a php script it works fine and executes except it sends back a bounce email, do I have to return something or echo something or set some headers to stop this?
Tony
  • 1
  • 1
-1
votes
1 answer

I want to configure interspire email marketer bounce settings

I'm using my gmail account for email marketing. Now I'm stuck at configuring bounce setting for IEM. Can any one help pointing out the right settings for that with gmail.
Rohan Zakie
  • 319
  • 5
  • 14
-1
votes
1 answer

how to set difference between reply and bounce email

im building system, that tracks bounce emails and also when user reply back with message, then other user can read the message of this user. so far i have read from all the questions / answers, that bounce email can be sent to return-path or also to…
Basit
  • 16,316
  • 31
  • 93
  • 154
1 2 3
11
12