leoleolth Posted June 8, 2013 Posted June 8, 2013 Hi, I don't know how to use the _INetSmtpMail function. What is the smtp server name ?
michaelslamet Posted June 8, 2013 Posted June 8, 2013 Ask your ISP, they should provide one. Another alternative is you can use gmail smtp server and use your gmail account to auth.
leoleolth Posted June 8, 2013 Author Posted June 8, 2013 Ok, I'd like to make a little portable client for mails, so what will be the name of the server smtp if many people use it ?
michaelslamet Posted June 8, 2013 Posted June 8, 2013 Hi, SMTP server is a server for delivering emails. Most ISP providing this server for their customers. I'm also using _INetSmtpMailCom function for sending email, I use it with SMTP server provided by my ISP. If your ISP doesn't provide SMTP server, you can: 1. find a open SMTP server 2. use gmail as your smtp server. INetSmtpMailCom function has a ability to sending email using gmail account, you need to have gmail account, then pass your username and password to this function. I think nowdays it's hard to find a reliable open SMTP server, so using gmail could be a good choice.
leoleolth Posted June 8, 2013 Author Posted June 8, 2013 Thanks, So what do i have to write ? smtp.gmail.com ?
michaelslamet Posted June 8, 2013 Posted June 8, 2013 yes, use smtp.gmail.com See this link: '?do=embed' frameborder='0' data-embedContent>> http://email.about.com/od/accessinggmail/f/Gmail_SMTP_Settings.htm
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now