Giter Club home page Giter Club logo

Comments (9)

 avatar commented on August 16, 2024

Currently, Vokuro supports send mails via Amazon SES, if you have an account there, you have to properly modify the configuration settings.

https://github.com/phalcon/vokuro/blob/master/app/config/config.php#L33

from vokuro.

tothsanka avatar tothsanka commented on August 16, 2024

Is there any config setting not do that? I have no Amazon SES access currently. I amazed about this example, I try to understand the approach. ( Thanks for the extra quick response!! )

from vokuro.

 avatar commented on August 16, 2024

You can change this setting to use the direct SMTP options: https://github.com/phalcon/vokuro/blob/master/app/library/Mail/Mail.php#L20

from vokuro.

tothsanka avatar tothsanka commented on August 16, 2024

WOW, that's good. Perfect! If the framework is that good as your support I will be pleased!! I hope we will meet shortly in London! Seriously Thank You, this example is just perfect!!!

from vokuro.

 avatar commented on August 16, 2024

Good to hear that!

from vokuro.

 avatar commented on August 16, 2024

I have a account in Amazon WS. I put my Key ID and secret key in config.php. When I create a new account in Vokuro send me this message:

Catchable fatal error: Argument 1 passed to AmazonSES::__construct() must be an array, string given, called in /lxcshared/projects/vokuro/app/library/Mail/Mail.php on line 33 and defined in /lxcshared/projects/vokuro/vendor/amazonwebservices/aws-sdk-for-php/services/ses.class.php on line 7

What is wrong?

from vokuro.

 avatar commented on August 16, 2024

Ok, I thing solved my issues, I changed the file library/Mail/Mail.php the line 31:

$this->amazonSes = new \AmazonSES(
                array("key" => $this->config->amazon->AWSAccessKeyId,
                "secret" => $this->config->amazon->AWSSecretKey)
            );

from vokuro.

Flanex avatar Flanex commented on August 16, 2024

@phalcon Hi, why it's still not updated with the correct code from egyptcr? His solution is working.

from vokuro.

 avatar commented on August 16, 2024

No PR was submitted

from vokuro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.