php - phpMailer Windows Azure and Gmail SMTP -


i got today access client's server deployed application made, using teamviewer , virtual machine apparently on windows server 2008 r2 (what headache), guys don't have clue on how setup smtp server.

so set 1 gmail account use aplication, on local machine works fine emails.

even

    $mail->smtpsecure = 'tls';                                $mail->port = 587;     //or     $mail->smtpsecure = 'ssl';     $mail->port = 465; 

does not matter in cloud server, gmail keeps blocking access account because server located in switzerland , log account on venezuela, far have told gmail in this url i'm 1 accessing, keeps blocking attempts.

any workaround this?

thanks


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -