Search:

Type: Posts; User: Davvit

Search: Search took 0.03 seconds.

  1. Re: [Code Example] Sending SMTP Emails using fsockopen()

    Hi PBertie

    Thanks for your help a couple of months ago with this emailing script.

    I implemented it by first having a cron job build a queue table
    then a different cron job to check the queue...
  2. Re: [Code Example] Sending SMTP Emails using fsockopen()

    Hi,

    Thanks again for your detailed answer, especially the explanation about the timeout and loop of gets() for EHLO.


    This also makes a lot of sense:


    I am going to have a play with the...
  3. Re: [Code Example] Sending SMTP Emails using fsockopen()

    Hi Bertie,

    Thanks for the update - that's great.
    And I am glad that I am beginning to understanding things correctly. :)

    By the way, I am running a dedicated server and have a good...
  4. Re: [Code Example] Sending SMTP Emails using fsockopen()

    Hi again,

    There is something else that is rather fundamental.

    The PHP manaual syas this about the php mail() function:


    It is worth noting that the mail() function is not suitable for...
  5. Re: [Code Example] Sending SMTP Emails using fsockopen()

    Firstly,
    I REALLY appreciate your sharing this and helping :)

    One thing that I don't understand:
    If email can be successfully sent out using this method, why do people write libraries of code -...
  6. Re: [Code Example] Sending SMTP Emails using fsockopen()

    I have a couple more questions :blush:

    1) In: fputs($smtpConnect,"EHLO ".$identify . $newLine);

    Why do you use "EHLO " and not "HELO" as I have seen in other scripts ?

    2) In: $smtpConnect...
  7. Re: [Code Example] Sending SMTP Emails using fsockopen()

    This looks to be a great piece of code.

    I have been using Swiftmailer,
    but I had problems and there is no one to ask
    no forum or anything.

    So I would rather use raw code and know what is...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width