Philippe,
First, I am not an experienced coder and that is why I find it easy to use AutoIT. AutoIT is simple point and click, and then - with its integration with SciTE - small changes to the code make it easy to create simple executables that I need. Some are simple executions of other programs, like installs for workstations, changes to workstation settings, etc. that can be sent via internal e-mail for users to click and run. The e-mail notification is for auditing the jobs.

The purpose for creating SMTP e-mails is for error or successful notification that the executable is complete. Since we currently use Lotus Notes for our e-mail it is would be easier to create SMTP messages. Based on conditions in the program, the parameters of SMTP (like to, from: subject, etc.) values would changes dynamically to report the condition of the program.

I am not necessarily looking for this to be a function within SciTE, but a snippet of code that would create SMTP e-mails that would allow parameters to replace the values in the SMTP format, and then send the SMTP command for processing. Or - more easily said - could someone write me the code snippet to use in SciTE that I could copy and paste into my code?

I am sure there a many solutions to this, but this is the one that makes sense to me.

Thank you for your interest and I hope this helps in your understanding.

Barry Stanley

Client Server Specialist
AXA Technology Services, N.A. @AXA Network
4251 Crums Mill Road MD 30-5
Harrisburg, PA 17112
Office: (800) 237-0049 x7456
Fax: (717) 214-9367
Inactive hide details for "Philippe Lhoste" <[EMAIL PROTECTED]>"Philippe Lhoste" <[EMAIL PROTECTED]>


          "Philippe Lhoste" <[EMAIL PROTECTED]>
          Sent by: [EMAIL PROTECTED]

          10/30/2006 04:17 AM

          Please respond to
          "Discussion of the SciTE editor" <[email protected]>

To

[email protected]

cc


Subject

[scite] Re: SMTP Email

Neil Hodgson wrote:
> Barry:
>>  Is there a function within SciTE to send and SMTP email?
>
>   No. Use an external program.

Since I am curious, can you explain why you want to do this from SciTE?
You use SciTE with AutoIt3, so you should be able to add this
functionality easily.
There are various command line utilities to send e-mails, one of the
most well known is Blat <
http://www.blat.net>.

--
Philippe Lhoste
--  (near) Paris -- France
--  
http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest


**********************************************************************

Confidentiality Note: This message and any attachments
may contain legally privileged and/or confidential information.
Any unauthorized disclosure, use or dissemination of this e-mail
message or its contents, either in whole or in part, is prohibited.
If you are not the intended recipient of this e-mail message,
kindly notify the sender and then destroy it.

**********************************************************************

GIF image

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to