Email function not working for gmail

 when i try to send an email through gmail's server, the connection disconnects within 1 second of it connecting

server: smtp.gmail.com

port: 587

 

6/10/2010 4:19:30 PM : 220 mx.google.com ESMTP f1sm1526926ibg.15

6/10/2010 4:19:30 PM : 250-mx.google.com at your service, [207.35.22.10]250-SIZE 35651584250-8BITMIME250-STARTTLS250 ENHANCEDSTATUSCODES
6/10/2010 4:19:30 PM : 221 2.0.0 closing connection f1sm1526926ibg.15
 
advice?
 

Hi,

 
Gmail requires that you use SSL to connect to its servers which is not available in the current version of FinalBuilder (it will be in the next version). 
 
Attached is a workaround that uses the Run Script action to send the email.
 
Regards,
Paul.
SendEmailWithOptionalAttachment.fbz6 (2.655 KB)

thank-you