Results 1 to 6 of 6

Thread: bounced back email?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    bounced back email?

    Hello, is there a way to tell if the email that I used from my page send to the user correctly? I mean is there a way we can tell if the user's email is invalid email so that when I send info to them using PHP mail, I will get something bounced back to my email or display on the webpage?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: bounced back email?

    Nope. That's the SMTP server's job.

    There is a way to verify if an email address exists (that does not guarantee delivery/bounce), but it involves sending a socket stream. I don't know if PHP has socket streams, so someone can step in here.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: bounced back email?

    what you mean to verify if an email address exists?

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: bounced back email?

    With sendmail you can redirect certain emails through a program, so if you fix your reply-to address to a send mail installation, you can send all emails to the PHP script including delivery failures.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: bounced back email?

    I am not quite understanding visualaid, what do you mean? and how can I accomplish that?

  6. #6
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: bounced back email?

    when you send an e-mail, you will get a bounce. Configure your app to check the e-mail on the server of the address it will bounce back to. However, there might be some server configuration do handle that since you are sending the mail from a php script.

    anyway, after you check the e-mail, parse it and determine if it is a bounce.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width