rony2006 0 Report post Posted January 29, 2017 Hello, Please help me with the following problem: What I want to do: I want to send a mail from a Windows Server 2012. Details: I have a virtual server (win server 2012) that has connection to the network but NOT to the internet. In my organization we use Outlook (with exchange) to send mails. I use Remote Desktop to connect to my server. My server doesn't have outlook but I can enter on a webpage (from network) and from there I am able to send mails. I want to be able to send a mail automatically from my server also when I am not connected with RD to it. I made some tests and when my server is in desktop mode (gui) I made a autoit script (mouse move, clicks, send keys) to send the mail from our network page. How I can send a mail with autoit using exchange when my server is not in GUI (desktop mode)? Share this post Link to post Share on other sites
Jos 1,292 Report post Posted January 29, 2017 Does the exchange server setup support smtp emails to be send? jos Visit the SciTE4AutoIt3 Download page for the latest versions - Beta files How to post scriptsource Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
rony2006 0 Report post Posted January 29, 2017 I really dont know. What I know is this: On my Iphone I use the same mail account and I have set the following parameters: email: blabla@domain.com server: m-async.domain.com domain: blabla.bla username: password description: Exchange Share this post Link to post Share on other sites
Jos 1,292 Report post Posted January 29, 2017 Pretty sure somebody knows responsible for the Exchange setup. In general Exchange server's SMTP deamon is enabled when multifunctionals are used and they want to use the scan-to-email function for instance. Jos Visit the SciTE4AutoIt3 Download page for the latest versions - Beta files How to post scriptsource Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
Skysnake 49 Report post Posted January 30, 2017 If you use Outlook, why do you not look at the OutLookEX.UDF ? Skysnake Why is the snake in the sky? Share this post Link to post Share on other sites
rony2006 0 Report post Posted January 30, 2017 Hello, On the server I don't have outlook. For sending mails I use a web page (from our network). Share this post Link to post Share on other sites