Posts by Diogo Brito • 16 points
2 posts
-
0
votes1
answer169
viewsA: Phpmailer email sent successfully but not received Amazon SES
Use the SES service via API and not as SMTP. 1 . Create an IAM user for Amazon SES. 2 . Set the user permissions 3 . Install guzzle to make HTTP requests to the SES API: composer require…
-
-1
votes2
answers145
viewsA: Vue - instance variables does not work
Write your own plugins and use together with Vue. I wrote an example working with Codesanbox, give a look by clicking here. ./store js. import Vue from "vue"; import Vuex from "vuex"; Vue.use(Vuex);…
vue.jsanswered Diogo Brito 16