Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Posts
    2

    Email triggering - please help

    Under actions, what has to be selected so that when a button is pressed an email can be automatically triggered by Outlook express?

  2. #2
    Join Date
    Jun 2000
    Location
    England
    Posts
    200

    Re: Email triggering - please help


    Try this - it won't automatically send email it will open the email client, with the correct address and a suject heading.
    The user will still be required complete and send.

    For more automation, you may need to consider submitting to a web site - I've never done this, but there are lots of threads about this on the Forum.


    <IR_ACTIONS_LIST>
    <Action name="Open">
    <Type>7</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FileName>mailto:Sid@aemailaddres.co.uk?Subject=EM ail Subject</FileName>
    <Verb>open</Verb>
    <WorkingDir/>
    <RunMode>0</RunMode>
    </Action>
    </IR_ACTIONS_LIST>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts