Satimage
Dictionary of XMail.osax
Home page The dictionaries Dictionary of XMail.osax  
Mail Suite Under the GNU GPL license support : jb.lestang@libertysurf.fr
Mail Suite Under the GNU GPL license support : jb.lestang@libertysurf.fr
Send easily a mail from Applescript, supports cc, bcc, file attachments, authentication

send mail v : send mail

send mail

to list of text : the recipients of the mail

from text : the author of the mail

subject text : the subject of the mail

body text : the body of the mail

SMTP server text : the smtp server to send the mail (smtp.foobar.com)

[username text] : your login if the server require an authentication

[password text] : your password if the server require an authentication

[authentication plain/login/crammd5/anonymous/auto] : the type of authentication mechanism to use

[ssl boolean] : wether you want to use SSL encryption

[ssl verification verify none/verify peer] : what kind of SSL verification to do with your certificates

[pem certificate file] : where is your PEM certificate, should be left blank if using 'verify none'

[pem certificate directory file] : where is your directory containing PEM certificate, should be left blank if using 'verify none'

[timeout text] : abort after how many seconds ? (default is 60 seconds)

[port text] : the port on which runs the SMTP server (25 is the default)

[cc list of text] : the list of cc recipients of the mail {cc1,cc2,…}

[bcc list of text] : the list of bcc recipients of the mail {bcc1,bcc2,…}

[reply to text] : Where to send a reply to this message

[errors to text] : Where to send all the errors messages

[attachments list of file] : the list of attachments for the mail {file1,file2,…}

[priority integer] : 1=highest, 2=hight, 3=normal(default), 4=low, 5=lowest

[extra headers list of list] : {{header 1,value 1},…,{header n,value n}}

send raw mail v : send a raw mail, you'll have to provide every recipients, because the raw source won't be parsed to find them!

send raw mail

to list of text : the recipients of the mail

from text : the author of the mail

raw source text : the body of the mail

SMTP server text : the smtp server to send the mail (smtp.foobar.com)

[username text] : your login if the server require an authentication

[password text] : your password if the server require an authentication

[authentication plain/login/crammd5/anonymous/auto] : the type of authentication mechanism to use

[ssl boolean] : wether you want to use SSL encryption

[ssl verification verify none/verify peer] : what kind of SSL verification to do with your certificates

[pem certificate file] : where is your PEM certificate, should be left blank if using 'verify none'

[pem certificate directory file] : where is your directory containing PEM certificate, should be left blank if using 'verify none'

[timeout text] : abort after how many seconds ? (default is 60 seconds)

[port text] : the port on which runs the SMTP server (25 is the default)

[cc list of text] : the list of cc recipients of the mail {cc1,cc2,…}

[bcc list of text] : the list of bcc recipients of the mail {bcc1,bcc2,…}