6 messages in org.openoffice.fr.prog[prog] Envoyer Email > SMTP; adresse@...
FromSent OnAttachments
JovialMar 19, 2005 10:06 am 
Florent ManensMar 21, 2005 1:42 am 
JovialMar 21, 2005 7:30 am 
Bernard MarcellyMar 21, 2005 12:06 pm 
Laurent GodardMar 21, 2005 12:23 pm 
JovialMar 21, 2005 1:27 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] Envoyer Email > SMTP; adresse@lol.frActions...
From:Jovial (o.jo@free.fr)
Date:Mar 19, 2005 10:06:36 am
List:org.openoffice.fr.prog

Bonjour :-)

J'utilise le code suivant pour envoyer des Email avec Mozilla 1.7.3 sous W98 La macro m'ouvre bien la rédaction de mel Mozilla, mais m'inscrit l'adresse: SMTP:o.jo@free.fr Cette adresse n'est pas acceptée et le serveur me renvoie le message suivant:

Final-Recipient: rfc822; So.j@free.fr Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; host mx.free.fr[212.27.42.22] said: 550 user unknown (in reply to RCPT TO command)

Est ce lié à ma configuration ou vous avez le même problème, que faire ?

Jean-Luc

Sub EnvoyerE_Mail()

Dim sv As Object, unClient As Object, monMel As Object Dim enCopie(1) As String, annexes(1) As String ' (exemples)

end sub