On 11/03/2013 05:41 PM, li...@rhsoft.net wrote:
and how is this different to any other e-mail you send over SMTP?
if it fails you get a bounce from your postfix server to the envelope sender
and if you do not get a bounce after 5 days it was delivered - nothing new
Or dropped...
which is like a
Am 03.11.2013 05:26, schrieb Paul C:
> phpmailer, or any other mime class, is not giving you the actual response
> code of the end delivery of the email,
> unless you are directly sending your email from phpmailer (which is possible
> but not intelligent). It can be
> confusing to people when th
phpmailer, or any other mime class, is not giving you the actual response
code of the end delivery of the email, unless you are directly sending your
email from phpmailer (which is possible but not intelligent). It can be
confusing to people when they don't understand the transport of the message
t
On 11/2/2013 3:00 PM, li...@rhsoft.net wrote:
Am 02.11.2013 12:15, schrieb Jeroen Geilman:
Using php-mailer or any language/api (in [HTTP Server]), I only have
feedback for connection between servers: "Connection to SMTP server was
OK", but this is not a proof that my message was really sent.
Am 02.11.2013 12:15, schrieb Jeroen Geilman:
>> Using php-mailer or any language/api (in [HTTP Server]), I only have
>> feedback for connection between servers: "Connection to SMTP server was
>> OK", but this is not a proof that my message was really sent.
if the send-method() of phpmailer gives
On 10/31/2013 6:00 PM, Sergio Mira wrote:
Guys, are you good?
I have following scenario:
[HTTP Server]: process messages
[SMTP Server]: *only *send messages
[HTTP Server] === connect to ===>>> [SMTP Server] === sends message
===>>> [world]
Ok, this is going well.
My point is: how to get feedback
On 31/10/2013 18:00, Sergio Mira wrote:
> My point is: how to get feedback from [SMTP Server] to know if my
> message was really sent or not?
If the message cannot be delivered by the SMTP server, it will send a
bounce message to the sender. To easily detect those bounces the
standard technique i