Envoyer des mails batch avec pièces jointes
Résolu
GT2
-
fabien350 Messages postés 11 Date d'inscription Statut Membre Dernière intervention -
fabien350 Messages postés 11 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Batch mail
- Fichier batch - Guide
- Publipostage mail - Accueil - Word
- Windows live mail - Télécharger - Mail
- Créer une adresse mail hotmail - Guide
- Comment télécharger un mail - Guide
5 réponses
dans la tâche planifiée, mettre le chemin complet ou se trouve le programme
C:\...\sendmail.exe -f mon_nom@adresse destinataire@adresse < fichier_à_envoyer.txt
C:\...\sendmail.exe -f mon_nom@adresse destinataire@adresse < fichier_à_envoyer.txt
hello
attachement = pièce-jointe.
MailSend:
http://www.muquit.com/muquit/software/mailsend/mailsend.html
-a file,mime_type,[i/a] (i=inline,a=attachment)
- attach this file as attachment or inline
bMail:
http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm
With mpack you can use bmail to send mime attachments.
attachement = pièce-jointe.
MailSend:
http://www.muquit.com/muquit/software/mailsend/mailsend.html
-a file,mime_type,[i/a] (i=inline,a=attachment)
- attach this file as attachment or inline
bMail:
http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm
With mpack you can use bmail to send mime attachments.
Hello,
J'ai effectivement changé les routines telles que :
1- Avec MailSend :
mailsend -d smtp.provider.net -smtp IPaddress -t from@provider.net -f to@provider.net -sub "test" -a "test.jpg" -y "image/jpg"
2- Avec bMail combiné avec mPack :
mpack.exe -s "titre du message" -d body.txt -c image/jpg -o body.msg test.jpg
rem body.msg fabriqué
bmailv107.exe -s smtp.provider.net -t from@provider.net -f to@provider.net -h -m body.msg
rem body.msg envoyé
et ça fonctionne parfaitement (pour l'adresse IP, j'ai bien entendu utilisé la commande IPconfig pour l'obtenir).
Merci,
GT2
J'ai effectivement changé les routines telles que :
1- Avec MailSend :
mailsend -d smtp.provider.net -smtp IPaddress -t from@provider.net -f to@provider.net -sub "test" -a "test.jpg" -y "image/jpg"
2- Avec bMail combiné avec mPack :
mpack.exe -s "titre du message" -d body.txt -c image/jpg -o body.msg test.jpg
rem body.msg fabriqué
bmailv107.exe -s smtp.provider.net -t from@provider.net -f to@provider.net -h -m body.msg
rem body.msg envoyé
et ça fonctionne parfaitement (pour l'adresse IP, j'ai bien entendu utilisé la commande IPconfig pour l'obtenir).
Merci,
GT2
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question