Commands & Syntax > Commands > Networking/Web/E-mail >

www.perfectkeyboard.com

 

E-mail SEND - < email_send >() ... [Pro]

 

E-mail SEND
<email_send>("Subject","Message text","To","CC","BCC","Attachment")
Available in: Professional edition

This command sends an e-mail without any user's interaction using default e-mail client.

 

#

Parameter name

Parameter description

1

Subject

E-mail subject field.

2

Message text

Message text.

3

To

E-mail address where to send the e-mail. Example: someone@somewhere.net

4

CC

E-mail address of whom to send CC (carbon copy). Example: someone@somewhere.net

5

BCC

E-mail address of whom to send BCC (blind carbon copy). Example: someone@somewhere.net

6

Attachment

Full path to files that will be sent along with the e-mail message. The files are delimited by comma.

 

Example (Macro Steps):

 

1

<#> <#> This command automatically sends an e-mail message

2

Macro execution: ONLY COMMANDS

3

E-mail SEND Subject=Hello, Message text=Hello, this is just a sample e-mail..., To=someone@somewhere.net, CC = , BCC = , Attachment = C:\documents\doc1.doc

Example (Plain Text):

 

<#> This command automatically sends an e-mail message

<#>

<cmds>

<email_send>("Hello","Hello,

this is just a sample e-mail...","someone@somewhere.net","","","C:\documents\doc1.doc")