newcoder Posted July 15, 2009 Posted July 15, 2009 I'm sure I've seen a sample script on here somewhere, but I've searched all over and can't locate it now. There are lots of scripts that will send email - I don't want to send email, but receive it. We have a business application that sends email status updates to an email address where someone manually stores the information received. Instead of this manual process I'd like to point the business application at my own smtp server that would receive and process the messages automatically as they arrive. Does anyone recall an example script that will receive email?
Sticky Posted January 5, 2010 Posted January 5, 2010 I'm sure I've seen a sample script on here somewhere, but I've searched all over and can't locate it now. There are lots of scripts that will send email - I don't want to send email, but receive it.We have a business application that sends email status updates to an email address where someone manually stores the information received. Instead of this manual process I'd like to point the business application at my own smtp server that would receive and process the messages automatically as they arrive.Does anyone recall an example script that will receive email?I'm also in the same situation. I know noone has answered here, but did you find any answers on your own?
spudw2k Posted January 6, 2010 Posted January 6, 2010 If you're running win2k+, why not run IIS and SMTP? Do you really need a standalone autoit solution for an smtp server? It's not impossible, just perhaps more effort than it's worth. I'm sure there's some win32 smtp apps out there if you don't want to / can't do IIS. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now