November 19, 201015 yr Hi, i've been trying to send an 'email with authentication' using the free version of SM360. I was using SMPTit_pro from CNS which did the trick, however this solutions seems to look alot easier. Well, initially it did, - i keep getting the error: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. v51sm1449027eeh.10 Does anyone know where i put the SSL and authentication type?. And how do I execute the below commmand, EmailConnectSMTP("pop.gmail.com:587"; "myUN"; "myPW"; "ssl=1") Where do i put it?, - in my external functions list there is no 'emailConnectSMTP' function. I am simply testing the downloaded free version, by entering the required info into the 'Input variables (parameters) and pressing 'run script'. The main plugin is installed correctly as i have tested about 5 other Modules within the file. Hope someone can assist Many thanks Laurence
December 9, 201015 yr You must use port 465 when connecting to gmail with SSL. http://mail.google.com/support/bin/answer.py?hl=en&answer=13287
Create an account or sign in to comment