brodie28 Posted October 19, 2008 Posted October 19, 2008 I was wondering what autoits most reliable way of sending information accross the internet is? Just some basic text needs to be sent... I was wondering how reliable The InetSMTPmail functions are... What worries me is finding a reliable mail server. The only other things I could think of is TCP/IP stuff which I am not really familiar with or just loading a webpage and submitting it....
herewasplato Posted October 19, 2008 Posted October 19, 2008 Now why would you use the word reliable and Internet in the same sentence? :-) Since you mentioned AutoIt's TCP/IP functions, I'll assume that you have some control/influence over the computer that is going to be receiving this text. You might try a simple file copy thru a free VPN software like Hamachi. That way, you have some degree of reliability and a high degree of security. [size="1"][font="Arial"].[u].[/u][/font][/size]
brodie28 Posted October 19, 2008 Author Posted October 19, 2008 But for that to work, wouldn't the PC it is running on need to have Hamachi installed? I was playing around with the SMTP sendmail function today and in testing could not get it to send an email successfully with several SMPT servers (Gmail, yahoo etc.) Still after ideas.
SoulA Posted October 19, 2008 Posted October 19, 2008 But for that to work, wouldn't the PC it is running on need to have Hamachi installed?I was playing around with the SMTP sendmail function today and in testing could not get it to send an email successfully with several SMPT servers (Gmail, yahoo etc.)Still after ideas.I have found sending email to be pretty reliable and easy in autoit are you sure you are using these functions correctly?
Developers Jos Posted October 19, 2008 Developers Posted October 19, 2008 But for that to work, wouldn't the PC it is running on need to have Hamachi installed?I was playing around with the SMTP sendmail function today and in testing could not get it to send an email successfully with several SMPT servers (Gmail, yahoo etc.)Still after ideas.The _InetSMTPmail() doesn't work with GMail. You could use _InetSMTPmailCom() posted in the examples forum for that. Yahoo doesn't allow free smtp mail either. You will require an account for that too like GMail. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
herewasplato Posted October 19, 2008 Posted October 19, 2008 But for that to work, wouldn't the PC it is running on need to have Hamachi installed? ...Yep... but I think the same would be true for Autoit's TCP/IP functions; you would make a server/client tool to send the info. So, I mentioned an app that has to be one both ends too. E-mail is probably as reliable as Hamachi. [size="1"][font="Arial"].[u].[/u][/font][/size]
ptrex Posted October 20, 2008 Posted October 20, 2008 @Allif you want to send / receive email to / from Gmail / Yahoo, this is the way to go.Tested and appoved Gmailerregards,ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
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