Jump to content

_INetSmtpMail...


Recommended Posts

Okay, I know, its the smtp server that I cant get working, like most people. My questing:

How are you meant to use an smtp server, eg the gmail one? I heard someone say, maybe you have to make an account, but, theres no login options or anything... once again, I know nothing of smtp, and wanting to know exactly how to get this working.

- Azkay.

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

http://mail.google.com/support/bin/answer.py?answer=13287

==Incoming Mail (POP3)==

Server - requires SSL: pop.gmail.com

Use SSL: Yes

Port: 995

==Outgoing Mail (SMTP)==

Server - requires TLS: smtp.gmail.com (use authentication)

Use Authentication: Yes

Use STARTTLS: Yes (some clients call this SSL)

Port: 465 or 587

==Account Name:==

your Gmail username (including '@gmail.com')

==Email Address:==

your full Gmail email address (username@gmail.com)

==Password:==

your Gmail password

#)

Link to comment
Share on other sites

  • Developers

_InetSmtpMail() is geared up to use a secure SMTP connection.

It uses a regular SMTP connection on port 25.

You could try to see _InetSmtpMailCom() works. It uses the MS com function and has a SMTP secure connection option with userid and password ...

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