Jump to content

Send To:


Skrip
 Share

Recommended Posts

how can I have like a file (Example: C:\test.txt) and send to to my e-mail (test@test.com)

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Link to comment
Share on other sites

because asked asked about..

c:\test.txt

the first example was bmail

thus

$S_Text_Body = Fileread(?your?file?name?, getsize(?your?file?name?))

for the next example

text-body = Fileread(?your?file?name?, getsize(?your?file?name?))

if you want to send other pic..etc attachments

they will do it but i dont know how ( as yet )

and you can also use the built-in command

_INetMail

--------------------------------------------------------------------------------

Opens default user's mail client with given address, subject, and body.

#include <INet.au3>

_INetMail ( $s_MailTo, $s_MailSubject, $s_MailBody )

Parameters

$s_MailTo Address for the E-Mail

$s_MailSubject Subject for the E-Mail

$s_MailBody Body for the E-Mail

look for this in help

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...