Jump to content

_InetSmtpMail() error


 Share

Recommended Posts

Hello Guys, i got an error with _InetSmtpMail() function. It simpy doesn't works! Here is the code:

#include <inet.au3>
global $sendEmail = _INetSmtpMail('mail.yahoo.com','Big Bob','bigbob@yahoo.com','khristine@yahoo.com','This is a test','I just want to test the _INetSmtpMail function!')

if $sendEmail = false Then
   MsgBox(18,'@Internet Message error','Operation failed!')
EndIf

I think there is something mistaken! 

Link to comment
Share on other sites

  • Developers

Doubt yahoo works with simple SMTP mail. Look for the _InetSmtpMailCom() i wrote in Examples.

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