Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently April 22nd, 2025, 9:18 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: auto sending email
PostPosted: March 22nd, 2005, 1:51 pm 
Offline

Joined: March 17th, 2005, 2:35 am
Posts: 2
Using opus pro sr6.

I have set my variables and email content, to export to outlook as a message, subject in and who to set.

Is there a way to automate the send, without having to click the send button.

Or a way to send email without using outlook would also solve the problem.

With thanks

Steve


For this message shaytack has been thanked by : mackavi


Top
 Profile  
 
 Post subject:
PostPosted: March 22nd, 2005, 3:10 pm 
Offline

Joined: November 3rd, 2004, 2:35 pm
Posts: 117
Location: Swansea, South Wales
This thread might help?

viewtopic.php?t=538&highlight=email

_________________
Using Opus Pro 04 v4.5, Windows 2000


For this message leiafee has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: March 22nd, 2005, 3:22 pm 
Offline

Joined: October 25th, 2004, 12:27 pm
Posts: 526
Location: Digital Workshop
Hi,

Thank you for your enquiry.

If you are using the standard E-mail action (located in the Launch group of actions), simply uncheck the Show mail dialog and Prompt MAPI log on if required options in the settings of the action.

If you are using the script SendEmail() action, you will need to ensure that the ShowMail and MAPI parameters in this action are both set to false. For example:

Code:
SendEmail( support@digitalworkshop.com, rgarrett@digitalworkshop.com, rg@digitalworkshop.com, Support Question, Testing, "C:\\test.txt", false, false )


will send an e-mail addressed to support@digitalworkshop.com, with a copy sent to rgarrett@digitalworkshop.com, and a blind copy sent to rg@digitalworkshop.com. The subject of the e-mail will be Support Question and the body will contain the word Testing. The file C:\test.txt will be attached to the e-mail, and as the ShowMail and MAPI parameters are set to false, the user will see no mail dialog and will not have to (nor be able to) click Send to confirm delivery.

Kind regards,

_________________
Robin Garrett
Digital Workshop Technical Support


For this message Robin Garrett has been thanked by : mackavi


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group