Jump to content

Email Sender


farhan879
 Share

Recommended Posts

Hi all, i made a email sender. Enter your Gmail username and password. Then, type who you want email to be sent and your subject and your body. Have fun :mellow:

Screenshot

Download here

Download here (backup link)

Edited by farhan879
System task ---> My first GUICalculator v1.0 ---> My version of the calculatorNetZilla 1.0 --> Web browserEmail Sender --> You can Send emails with this without opening a web browser
Link to comment
Share on other sites

  • Developers

You are right that it works... but:

- It is not really common practice to put Func-EndFunc code inside a loop. (I actually thought that AutoIt3 would fail on this but it seems only au3check complains about it.)

- the sender address isn't formed correctly:

this line:

$OBJEMAIL.From = """ & $S_FROMNAME & "" <" & $S_FROMADDRESS & ">"

causes the sender info to look like:

& $S_FROMNAME & [myemailaddress@gmail.com]

.. but it does look nice :mellow:

(ps.. yes I have looked at the source to ensure this code isn't doing things it shouldn't be doing :( )

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...