Re: Sending Email with attachment

2009-05-12 Thread Kay C Lan
On Wed, May 13, 2009 at 4:23 AM, Peter Alcibiades 
palcibiades-fi...@yahoo.co.uk wrote:

  I am finding that sending email with attachments from the shell is
 more complicated than thought.  Quite a bit more.

 That's because your honest. Maybe you need to spend some time at the
SpammersOfTheWorld User List ;-)
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-05-11 Thread Phil Davis

Hi Sarah,

Would you be willing to share those scripts? A Rev-generated email with 
attachment is exactly what I need at the moment.


Thanks -
Phil Davis


Sarah Reichelt wrote:

On Mon, Apr 20, 2009 at 9:08 PM, BNig niggem...@uni-wh.de wrote:
  

In /library/scripts/mail scripts/ there is a nice example 'Create New
Message' with the option for an attachment.
It should get you started (did not test it though)




I have some Rev scripts that use AppleScript  Mail to create an email
with attachments.
If anyone wants an example, just let me know.

Cheers,
Sarah


--
Phil Davis

PDS Labs
Professional Software Development
http://pdslabs.net

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-20 Thread Kay C Lan
On Sun, Apr 19, 2009 at 8:10 PM, william humphrey shoreag...@gmail.comwrote:

 I'm on Mac so I guess I'll be using the steam engine...


Lucky 

Go to be better than the AppleScript option:

http://developer.apple.com/samplecode/SBSendEmail/index.html#//apple_ref/doc/uid/DTS10004645

HTH
[OT] If you've never seen the true potential of steam, check this out, a
great show, a brilliant episode, and if you wait to the very end, the most
glorious slow mo I've seen in a very very long time - unfortunately you only
get youtube quality.

http://www.youtube.com/watch?v=JmJoyuUJj2Q
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-20 Thread Ian Wood


On 20 Apr 2009, at 10:29, Kay C Lan wrote:


Go to be better than the AppleScript option:

http://developer.apple.com/samplecode/SBSendEmail/index.html#// 
apple_ref/doc/uid/DTS10004645


That's for embedding commands in an xcode-built app, as far as I can  
see. Better to crank up Script Editor and start looking at the  
AppleScript dictionary for Mail.



HTH
[OT] If you've never seen the true potential of steam, check this  
out, a
great show, a brilliant episode, and if you wait to the very end,  
the most
glorious slow mo I've seen in a very very long time - unfortunately  
you only

get youtube quality.

http://www.youtube.com/watch?v=JmJoyuUJj2Q


I already have an extremely healthy respect for steam, but that is  
downright scary!


Ian

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-20 Thread BNig

In /library/scripts/mail scripts/ there is a nice example 'Create New
Message' with the option for an attachment.
It should get you started (did not test it though)

regards
Bernd


Ian Wood-3 wrote:
 
 Better to crank up Script Editor and start looking at the  
 AppleScript dictionary for Mail.
 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Sending-Email-with-attachment-tp23117602p23134611.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-20 Thread Sarah Reichelt
On Mon, Apr 20, 2009 at 9:08 PM, BNig niggem...@uni-wh.de wrote:

 In /library/scripts/mail scripts/ there is a nice example 'Create New
 Message' with the option for an attachment.
 It should get you started (did not test it though)


I have some Rev scripts that use AppleScript  Mail to create an email
with attachments.
If anyone wants an example, just let me know.

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-20 Thread -= JB =-

I would like an example even though I am not up to that point yet.

thanks,
-=JB=-


On Apr 20, 2009, at 3:58 PM, Sarah Reichelt wrote:


On Mon, Apr 20, 2009 at 9:08 PM, BNig niggem...@uni-wh.de wrote:


In /library/scripts/mail scripts/ there is a nice example 'Create New
Message' with the option for an attachment.
It should get you started (did not test it though)



I have some Rev scripts that use AppleScript  Mail to create an email
with attachments.
If anyone wants an example, just let me know.

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-19 Thread Peter Alcibiades

If its Mac/Unix/Linux, you will be able to go out to shell, and then call a
script to use the mail command.  At least, I think you can call BASH on Mac,
don't know how exactly.  

Detailed instructions on the mail command and howto with attachments here:

http://www.shelldorado.com/articles/mailattachments.html

Awk and the shell, oh dear.  I feel a bit like an old retired engineering
guy who every now and again, says, you know, there's a lot to be said for
steam  But, they do work.

Peter


BILL HUMPHREY wrote:
 
 Since
 
 *Syntax: revMail address[,ccAddress[,mailSubject[,messageBody]]]*
 
 
 does not allow for attaching a file how do you do that?
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Sending-Email-with-attachment-tp23117602p23120532.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-19 Thread Horst

Holá Bill,

Google for BLAT262, download, read the docs, install and enjoy. Works
perfect for me (under Windows)

kind regards

Horst


BILL HUMPHREY wrote:
 
 Since
 
 *Syntax: revMail address[,ccAddress[,mailSubject[,messageBody]]]*
 
 
 does not allow for attaching a file how do you do that?
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Sending-Email-with-attachment-tp23117602p23120589.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-19 Thread william humphrey
Thanks. So it looks like there is a different solution for Mac then for
Windows. I'm on Mac so I guess I'll be using the steam engine...

On Sun, Apr 19, 2009 at 4:19 AM, Horst balearenin...@gmx.net wrote:


 Holá Bill,

 Google for BLAT262, download, read the docs, install and enjoy. Works
 perfect for me (under Windows)

 kind regards

 Horst


 BILL HUMPHREY wrote:
 
  Since
 
  *Syntax: revMail address[,ccAddress[,mailSubject[,messageBody]]]*
 
 
  does not allow for attaching a file how do you do that?
  ___
  use-revolution mailing list
  use-revolution@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-revolution
 
 

 --
 View this message in context:
 http://www.nabble.com/Re%3A-Sending-Email-with-attachment-tp23117602p23120589.html
 Sent from the Revolution - User mailing list archive at Nabble.com.

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.bluewatermaritime.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-19 Thread william humphrey
I'm in Mac OS.  Since the solutions are different for Mac and Windows maybe
that is why RevMail doesn't allow to send mail with attachments.

On Sun, Apr 19, 2009 at 1:08 AM, Mark Stuart mfstu...@cox.net wrote:

 Hi William,
 What platform are you aiming this feature to work on?
 If Windows, I have a VBScript that will allow an attachment.
 It launches the email client to populates all the relevant fields, and the
 attachment field.

 Let me know.

 Regards,
 Mark Stuart

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.bluewatermaritime.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending Email with attachment

2009-04-18 Thread william humphrey
Since

*Syntax: revMail address[,ccAddress[,mailSubject[,messageBody]]]*


does not allow for attaching a file how do you do that?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution