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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -