Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Long Time When send mail
  • I have been configure email.php config, and I'm set email priority to normal

            /**
             * Email priority
             */
            'priority'      => \Email::P_NORMAL,

    when i'm send email with that config I am wait 1 until 5 second to be success send, any other idea for most speed up to send email ? it's Email priority it's very important for send mail ?
  • No, it has nothing to do with it.

    Priority is a header flag, to indicate the priority of the message to the receipient.

    If sending email is slow, your mail server is not responding in a timely fashion.
  • so the problem in mail server right?
    do you have another suggestion ? for more fast?
  • huglesterhuglester
    Accepted Answer
    Hello viyancs.

    If it takes you 1-5 seconds you probably using smth like external SMTP server. For example gmail. if so - then you will always have that lag.

    The sollution would beto use local mail server. Those give you the best results
  • @huglester , yes you are right i'm using gmail for send email.

    i will try using local mail server, thanks for your answer :)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion