View Full Version : Send Mail After Install
Chris Wasley
02-03-2003, 02:06 AM
Is there any way that once an installation has been performed by the client end, an email is automatically generated to come back to me indicating that the install has been done.
I KNOW that the clients end will always be using Outlook 2002 as their mail application.
Thanks
Chris
Darryl
02-03-2003, 09:56 AM
There is no "send email" action in Setup Factory 6.0, however you could use an "Open Document" action with the following in the "File to open" field:
mailto:support@mysite.com
That would open the user's default mail program with an email addressed to "support@mysite.com".
I don't believe that it can be automatically sent though. As far as the text body, there may be a command line argument that can be passed to that mail program, however I'm not aware if one exists. You may want to check the documentation for the mail program and see what command line arguments it supports. Maybe there is one that will send it automatically. In that case, you may need to launch the program directly using an Execute File action in order to pass it command line arguments.
However a better solution may be to use the "Submit to web" action to pass information from the install.
Hope that helps.
Chris Wasley
02-03-2003, 10:39 AM
Thanks Darryl
I think mailto:support@mysite.com?subject=Installation Completed would work.
Regards
Chris
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.