email - Send mail through SMTP error in php -


मैं अपने कोड php के साथ मेल भेजना चाहता हूं;

  & lt; php शामिल करें 'class.phpmailer.php'; $ Mail = नया PHPMailer (); $ मेल & gt; IsSMTP (); $ मेल- & gt; SMTPAuth = true; $ मेल- & gt; होस्ट = 'smtp.gmail.com'; $ मेल- & gt; पोर्ट = 587; $ मेल- & gt; यूज़रनेम = 'मर्टकैंकरायेलान @ जीमेल डॉट कॉम'; $ मेल- & gt; पासवर्ड = '*******'; $ मेल- & gt; सेटफ़्रम ($ मेल- & gt; यूज़रनेम, 'पेगासस हवायोलार ±?'); $ मेल- & gt; AddAddress (मेर्टकैंकरायेलान @ होटेलमेल '', 'मार्टकंकरैलीन'); $ मेल- & gt; चार्सेट = 'यूटीएफ -8'; $ मेल- & gt; विषय = 'एकोमक'; $ Content = 'मेल डेब इज़ान'; $ मेल & gt; MsgHTML ($ सामग्री); अगर ($ मेल- & gt; भेजें ()) {echo "& lt; स्क्रिप्ट & gt; window.location.href = 'islem-basari.php # gosterb'; & lt; / script & gt;"; } Else {echo 'मेल gÃnderilirken बिर हता oluÅ ?? tu:'। $ मेल & gt; ErrorInfo; }? & Gt;   

और मुझे इस तरह एक त्रुटि दिखाई देती है:

निम्नलिखित से पता विफल: mertcankarayilan@gmail.com: सर्वर से मेल स्वीकार नहीं किया गया

एसएमटीपी सर्वर त्रुटि: 5.7.0 सबसे पहले एक STARTTLS आदेश जारी करना चाहिए। K6sm56314517eep.17 - जीएसएमटीपी

आपको विधि 'टीएलएस' दर्ज करनी होगी:

$ मेल- & gt; SMTPSecure = "tls";

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -