Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mail en ligne de commande

Featured Replies

Posté(e)

Salut tt le monde

voilà j'ai un GRRROOOSSS problème...

Je suis sur un serveur win 2003 et je dois pouvoir envoyer

des mails en ligne de commande : interdiction d'utiliser outlook...ni shareware ou autre...

Je cherche donc une solution en passant par Telnet

ou un script windows mais je n'y connait RIEN !!!

Quelqu'un a t'il une solution à me proposer ???

Merci à tous ceux qui me viendront à l'aide... et aux autres...

Posté(e)

Tu peux y arriver facilement avec le protocole SMTP. Va sur les forums de développement et recherche VBScript ou Jscript (comme tu préfères) + SMTP + Mail

Tu trouveras les réponses à tes questions sans problèmes! :francais:

Posté(e)
  • Auteur

Aie pour Telnet je viens de regarder et ca va se compliquer...

pour envoyer mes mails je n'ai accès à aucun compte smtp...

je dois passer par un serveur microsoft exchange...

argh...

Posté(e)

C'est pas un problème!

J'ai réussi facilement à passer via Exchange sans compte!

Look at this:

Option Explicit

Dim objEmail

Set objEmail= CreateObject("CDO.Message")

With objEmail
 .From = "bidon@grosland.com"
 .To = "john.doe@nomansland.com"
 .Subject = "Aucun" 
 .Textbody = "See U next time"
 .Configuration.Fields.Item _
     ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
 .Configuration.Fields.Item _
     ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "DNS d'exchange" 
 .Configuration.Fields.Item _
 	("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
 .Configuration.Fields.Update
 .Send
End With

Cuilà c'est la version via CDO!

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.