Email Error
This topic contains 8 replies, has 2 voices, and was last updated by Thierry 3 months ago.
-
AuthorPosts
-
ThierryProbléme d’envoi de mail, en faisant le test j’ai ça:
Email Error: Sending the email to the following server failed : ssl0.ovh.net:465
Details:
DEBUG: JavaMail version 1.4.5
DEBUG: URL jar:file:/C:/Program%20Files/PhoyoDSLRPro/phoyo_lib/smtp-1.4.4.jar!/META-INF/systemmail.providers
DEBUG: successfully loaded resource: jar:file:/C:/Program%20Files/PhoyoDSLRPro/phoyo_lib/smtp-1.4.4.jar!/META-INF/systemmail.providers
DEBUG: successfully loaded resource: /META-INF/systemmail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=system.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=system.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=system.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=system.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=system.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=system.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
DEBUG: Providers Listed By Protocol: {imaps=system.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=system.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=system.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=system.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=system.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=system.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
DEBUG: successfully loaded resource: /META-INF/systemmail.default.address.map
DEBUG: URL jar:file:/C:/Program%20Files/PhoyoDSLRPro/phoyo_lib/smtp-1.4.4.jar!/META-INF/systemmail.address.map
DEBUG: successfully loaded resource: jar:file:/C:/Program%20Files/PhoyoDSLRPro/phoyo_lib/smtp-1.4.4.jar!/META-INF/systemmail.address.map
DEBUG: getProvider() returning system.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host “ssl0.ovh.net”, port 465, isSSL false
adminKeymasterBonjour,
Il faudrait rajouter 1 argument à la ligne de commande de lancement du logiciel:
* modifiez le raccourci en cliquant dessus avec le bouton droit puis en sélectionnant “propriétés”
* ajoutez dans ça à la propriété “cible” (mettre 1 espace avant):
-Dmail.smtp.ssl.protocols=TLSv1.2
* redémarrez le logicielCordialement
ThierryBonjour,
J’ai fait l’ajout, maintenant au démarrage j’ai ça:Invalid command line parameters: [–override-config, ExecutionWindow.standardFullScreenImplementationUsed, false, –initialize-config, Camera.WindowsExclusiveDSLRDriver.simulatedCaptureForced, true, -Dmail.smtp.ssl.protocols=TLSv1.2]
Expected: [–initialize-config <field_name> <field_value>] … [–override-config <field_name> <field_value>] … [–define <property_key> <property_value>] …[–run-class <class_name> [<argument> …]]
adminKeymasterEt si vous remplacez
-Dmail.smtp.ssl.protocols=TLSv1.2
par
–define mail.smtp.ssl.protocols TLSv1.2
ça marche mieux ?
ThierryJe vais tester, vous avez dû modifier quelque chose car ça fonctionnait il y a 3 mois.
Ça mérite une nouvelle version de l’installeur quand le problème sera résolu.
ThierryC’est pareil:
Invalid command line parameters: [–override-config, ExecutionWindow.standardFullScreenImplementationUsed, false, –initialize-config, Camera.WindowsExclusiveDSLRDriver.simulatedCaptureForced, true, –define, mail.smtp.ssl.protocols, TLSv1.2]
Expected: [–initialize-config <field_name> <field_value>] … [–override-config <field_name> <field_value>] … [–define <property_key> <property_value>] …[–run-class <class_name> [<argument> …]]
adminKeymasterIl faut 2 tirets avant “define” (pas 1).
Ne copiez pas pour coller depuis le forum: il remplace les doubles tirets par un long tiret unique. -
AuthorPosts