Tagged Questions
The bouncedemail tag has no wiki summary.
6
votes
4answers
517 views
Bounced mail Handling in PHP - Any up-to-date solutions?
I need to do some bounced mail processing using PHP. Going through the e-mails is no problem, but investing the resources in writing our own library to parse the bounced e-mails is very undesirable.
...
2
votes
2answers
93 views
Remove Users from MailList based on Bounce Message
What is the best way to figure out which email users can be removed from their bounce mail message?
Example being a bounce mail error code of 5.1.1, where the mailbox no longer exists.
I'm using the ...
1
vote
3answers
601 views
How to generate bounce-back email notification, with some extra info included
I am just now beginning to research this, and so far haven't come up with much. So, I'm hoping you guys can help me, or point me in some sort of direction.
I am in a situation in which I need to ...
1
vote
1answer
321 views
Handling Email Bouncebacks in Rails
I've built a very basic CRM system for my rails app that allows me to send weekly user activity digests with custom text and create multi-part marketing messages which I can configure and send through ...
1
vote
4answers
429 views
Hotmail / Yahoo (Others?) blocking email notifications?
I've got a website (currently in development for a third party, I'm sorry I can't show) that requires users to confirm their contact information by, clicking on a link sent to their email address, ...
0
votes
1answer
83 views
Plesk server - qmail unable to resolve MX record
I am running a server using Plesk 10.2.0 on debian 2.6.32-5-amd64
One of my customers tried to send an email but received a bounce message from the daemon.
Sorry, I couldn't find a mail exchanger ...
0
votes
2answers
102 views
Is it possible to specify multiple email addresses to receive bounce messages?
We're using JavaMail API to send emails from our application. To handle bounce back messages (Non delivery report),
we're redirecting bounce backs to a different email address using the following ...
0
votes
1answer
41 views
Cleaning bounce mail
I'm wondering whether cleaning the bounce mail is done by parsing the returned message text and creating rules (if contains bla bla bla) or by extracting a certain error code number.
Please clarify.
0
votes
0answers
18 views
bouncing an email when a certain criteria is met, as if address does not exist. What are the implications of this
Imagine an email service provider which allows its users to create a filter
which causes mail to be bounced when a certain criteria is met, as if the
address does not exist.
I like to see this ...
0
votes
0answers
148 views
Setting a bounce address using System.Net.Mail.MailAddress
I am trying to figure our how to set the bounce address of microsoft MailAddress object. I tried setting the Sender but that doesn't seem to work. Any suggestions? Here is some example code I am ...
0
votes
1answer
165 views
How do I process a bounce email to find the error code
I've got a mass of 3000+ emails. I need to load up each one into a string (I can do that) and then run them through something, some code or some processing thing that will output the smtp error code ...
0
votes
0answers
56 views
how to find yahoo unknown users in sendmail log?
eg: hotmail has bounce message "User unknown" in sendmail log when i am sending a mail to a not existing hotmail address
there is no such bounce message for yahoo mails in sendmail log
0
votes
1answer
305 views
check for bounced mails with php
I need to check whether mail is bounced mail or not.
There one library available which can do this. http://sourceforge.net/projects/bmh/
But my problem if as below:
Above library will open the ...
0
votes
1answer
289 views
handle bounced email - ActionMailer
I have a rails app and I am using ActionMailer to send email but now I need to know if the email is delivered or what?
Do anyone has an idea of how to handle sent emails status(e.g bounced, ...
0
votes
1answer
331 views
Handle mail bounce with PHP
I'm tring to handle errors from bounced email. This is my scenario:
Send emails out with Pear Mail() +Mail_Mime();
Set 'Return-Path'and 'Return-Recipient-To' to get errors in ...
0
votes
1answer
154 views
Analyzing bounced emails - Any free libraries for dotnet available?
Does anyone know of a free/open library to analyze bounced emails?
0
votes
2answers
321 views
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?
0
votes
4answers
308 views
how to get through spam filters?
I sent 3 emails last week as replies from our website. None received them. One was yahoo, hotmail and an overseas domain. I am wondering if it's not a good idea to open a yahoo account with our domain ...