How do I install soap extension?

For Windows Find extension=php_soap.dll or extension=soap in php.ini and remove the commenting semicolon at the beginning of the line. Eventually check for soap.ini under the conf.d directory. Restart your server. For Linux Ubuntu: PHP7 Apache sudo apt-get install php7.0-soap sudo systemctl restart apache2 PHP5 sudo apt-get install php-soap sudo systemctl restart apache2 OpenSuse: PHP7 Apache … Read more

Getting error while sending email through Gmail SMTP – “Please log in via your web browser and then try again. 534-5.7.14” [closed]

I know this is an older issue, but I recently had the same problem and was having issues resolving it, despite attempting the DisplayUnlockCaptcha fix. This is how I got it alive. Head over to Account Security Settings (https://www.google.com/settings/security/lesssecureapps) and enable “Access for less secure apps”, this allows you to use the google smtp for … Read more