You have selected SMTP email interface. MS Outlook can be used with MAPI only, so there cannot not be any messages in Outlook. Additional information: MAPI is Windows Messaging Application Interface. MS Outlook is registered as MAPI client which actually sends and receives all email messages. All programs using MAPI interface indirectly send messages through MS Outlook. SMTP is Simple Mail Transfer Protocol that allows programs directly send messages to email server without using any other intermediate API or software : Hi, : When I execute this code , no message is sent in outlook ! There is no action : !!! : // Email ZIP to the selected recipient : MailSendWithAttachment "outlook", "", : "bertrand.burquier@wanadoo.fr", & : "new text files", "Please see attached file", : "c:\\dataEssai\\cookies.txt" : So I configured option like this : E mail Interface : SMTP : Message encoding : MIME : SMTP SERVER : smtp.wanadoo.fr : SMTP sender adress : bertrand.burquier@wanadoo.fr : Can Someboby help me ? : Thanks for your answer . : B Burquier
|