Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Email Package
  • I have some problems trying to use SMTP driver. My settings:
    'smtp' => array(
       'host'  => 'smtp.gmail.com',
       'port'  => 465,
       'username' => 'here_comes_here',
       'password' => 'password_comes_here',
       'timeout' => 20,
    
    

    Error:
    Email\SmtpCommandFailureException [ Error ]: Got an unexpected response from host on command: [HELO localhost] expecting: 250 received:
  • The smtp driver is designed to work with smtp, on port 25. I believe Google requires an SSL encrypted and authenticated connection. I've seen messages from people who solved it, but I don't know how, so maybe a Google search will find something.

Howdy, Stranger!

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

In this Discussion