Jump to content

Mailing


Rawox
 Share

Recommended Posts

Does anyone knows why this isn't working?

Case $msg = $SendIdeasOk
                            $s_SmtpServer = "smtp.gmail.com"
                            $s_FromName = GUICtrlRead ( $IdeasInput1 )
                            $s_FromAddress = GUICtrlRead ( $IdeasInput2 )
                            $s_ToAddress = "MYEMAIL@gmail.com"
                            $s_Subject = "DTG Idea " & GUICtrlRead ( $IdeasInput1 )
                            Dim $as_Body[1]
                            $as_Body[0] = GUICtrlRead ( $IdeasInput3 )
                            $Response = _INetSmtpMail ($s_SmtpServer, $s_FromName, $s_FromAddress, $s_ToAddress, $s_Subject, $as_Body)
                            MsgBox(0, "mail", $Response & @error)

Greetz, Rawox

Edited by Rawox
Link to comment
Share on other sites

  • Developers

Gmail uses secure smtp so this will never work. look for _InetSmtpMailCom() in the examples forum.

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

you DID see it a FEW weeks ago.. i started a topic on it for my own mail client.. i failed utterly :D use the search bar!

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