Numeric1 Posted May 10 Share Posted May 10 (edited) Ease of use: You must first include AutoItObject.au3. This UDF greatly simplifies the process of sending emails using AutoIt. With clear methods and well-defined parameters, it makes email and SMTP server manipulation more accessible even for beginners in programming. Flexibility: The UDF offers significant flexibility by allowing the management of emails, attachments, recipients, message bodies, and even sensitivity options. This enables users to customize their emails according to their specific needs. Full support for SMTP features: By relying on standard SMTP technologies, this UDF ensures compatibility with most SMTP servers, providing a robust and reliable solution for email sending. Error handling: The integrated error handling in the UDF ensures a smooth user experience. Errors are identified and managed appropriately, facilitating debugging and application improvement. Comprehensive documentation: The UDF is accompanied by detailed documentation explaining each function, its parameters, and its returns. This makes integration and use of the UDF easier and more efficient. In addition, this UDF allows for meticulous manipulation of each step of the email sending process using the CDOMessage object. Users can finely control aspects such as authentication, server connection, message composition, and attachment handling, providing them with full control over their email operations. This level of granularity ensures that users can tailor their email functionality to suit their precise requirements, enhancing the overall versatility and utility of the UDF. CDOmail.rar Edited May 17 by Numeric1 Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10 Developers Share Posted May 10 (edited) Sounds familiar .... pretty sure this was posted before many moons ago by somebody i know. Edited May 10 by Jos 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. Link to comment Share on other sites More sharing options...
Numeric1 Posted May 10 Author Share Posted May 10 The examples of use of the CDO Message object present on the forum generally show a standard use of the CDO object. Which implies the lack of mastery of everything that this object is capable of accomplishing. In my udf which is above all informative, you clearly see each step of using this object. Moreover, you can easily integrate it into your applications. The specialty of my udf is its modularity and robustness. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10 Developers Share Posted May 10 3 hours ago, Numeric1 said: Which implies the lack of mastery of everything that this object is capable of accomplishing. Glad you have mastered it much better that others ... and of course sharing your "master piece" in our examples forum. Thanks for that! 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. Link to comment Share on other sites More sharing options...
argumentum Posted May 12 Share Posted May 12 On 5/10/2024 at 8:36 AM, Numeric1 said: Ease of use: Thanks for sharing. Do add to your description that it uses AutoItObject.au3 and where to get it from. Numeric1 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
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