Skip to main content

AccessTr.neT


Mysql 5.7 Php 7.3 Guncellemesinden Sonra Smtp Mail Gönderemiyorum

Mysql 5.7 Php 7.3 Guncellemesinden Sonra Smtp Mail Gönderemiyorum

Çözüldü #1
Ozanakkaya hocamın hazırlamış olduğu mail gönderme uygulamasından bir süredir SMTP mail gönderme işleminden mail gönderiyordum.


ancak 06,04,2019 tarihinden itibaren mail gönderirken mail gönderme başarısız hatası çıkıyor.

Hosting firmam ile konuştuğumda aynı tarihte  mySQL 5.7  PHP 7.3 güncellemesi yaptığını söyledi.
 
Şu an mail göndermiyorum
bana hosting firması
smtp auth hatası olduğunu ve aşağıdaki resmi gönderdi.

http://schemas.microsoft.com/cdo/configu...thenticate
kaynak hizmet vermiyor diyor.bu nedenle diyor.

bizim kodumuz mySQL 5.7  PHP 7.3  uyumlu değilmi acaba

ilginiz için şimdiden teşekkür ederim.


--------------------------------------------
https://accesstr.net/konu-acessten-mail-...gmail.html

ve kısa bir müddet önce hocamn yardımcı olduğu uygulama
https://accesstr.net/konu-mail-gonderirk...mail+resim


hata resmi
[Resim: do.php?imgf=b0b370a57e5f1.jpg]
.rar Mailgönder (1).rar (Dosya Boyutu: 201 KB | İndirme Sayısı: 3)
zetyu, 11-03-2009 tarihinden beri AccessTr.neT üyesidir.
Son Düzenleme: 08/04/2019, 15:56, Düzenleyen: zetyu.
Cevapla
#2
Merhaba, smtp mail gönderimi ile mysql güncellemesinin alakasının olduğunu sanmıyorum. 

Sunucunuza, Smtp mail gönderiminde kimlik doğrulamasının (("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True) olup olmadığını ve hangi portu kullandığını sorun (587 veya 465, kullanıldığı kısım= ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465)
Cevapla
#3
(08/04/2019, 19:38)ozanakkaya yazdı: Merhaba, smtp mail gönderimi ile mysql güncellemesinin alakasının olduğunu sanmıyorum. 

Sunucunuza, Smtp mail gönderiminde kimlik doğrulamasının (("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True) olup olmadığını ve hangi portu kullandığını sorun (587 veya 465, kullanıldığı kısım= ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465)

Hocam cevabınıza teşekkür ederim.
port 465 smtpsecure=ssl yaparsanız olur deniyor ama php de 

vb nasıl bilmiyorum
port 465 ayarlıyorum. smtpscure=ssl 


[Resim: do.php?imgf=12f86f27b6991.jpg]
zetyu, 11-03-2009 tarihinden beri AccessTr.neT üyesidir.
Son Düzenleme: 08/04/2019, 21:01, Düzenleyen: zetyu.
Cevapla
#4
Kod içerisinde ssl ayarı ve port ayarı mevcut. Önceki mesajımda da bu ayarlardan bahsetmiştim.
Cevapla
#5
(08/04/2019, 19:38)ozanakkaya yazdı: Merhaba, smtp mail gönderimi ile mysql güncellemesinin alakasının olduğunu sanmıyorum. 

Sunucunuza, Smtp mail gönderiminde kimlik doğrulamasının (("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True) olup olmadığını ve hangi portu kullandığını sorun (587 veya 465, kullanıldığı kısım= ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465)

Hocam     port 465 ayarladım 

kod aşağıda ama sonuç olmadı 



----------
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") = Me.txtsunucuadresi
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoBasic
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusername") = Me.txtmailadresi
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendpassword") = Me.txtmailsifre
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 465
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = ssl
objMessage.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60
objMessage.Configuration.Fields.Update
objMessage.Send
zetyu, 11-03-2009 tarihinden beri AccessTr.neT üyesidir.
Son Düzenleme: 08/04/2019, 22:58, Düzenleyen: zetyu.
Cevapla
#6
Merhaba, sunucu firmanız ile görüşmeniz, smtp giden ayarlarını öğrenmeniz gerekiyor. benim verdiğim kodda ("http://schemas.microsoft.com/cdo/configuration/smtpusessl")  = True şeklinde kod var. Burası True veya False olmalı, ssl veya tls olmamalı.
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da
Task