Brian S Posted August 19, 2016 Posted August 19, 2016 On EmailConnectSMTP for both Gmail and iCloud, I get this error when trying to use TLS. Is my syntax wrong, or is there a bigger issue here? EmailConnectSMTP( "smtp.mail.me.com:587" ; "[email protected]" ; "XXX" ; "tls=true" ; "timeout=10" )
Caleb360Works Posted August 19, 2016 Posted August 19, 2016 Without logs there isn't much we can do. You can find them using these instructions: -http://docs.360works.com/index.php/Plugin_log_files - Although, I'm not quite sure if "tls=true" resolves to true. Try "tls=1". If I recall correctly, we try to convert string booleans the same way FileMaker does. if you do: - If ( "true" ; "true" ; "false" ) - In a script / dataviewer it will return false. If you do "1" it'll return true. There was a big talk on how exactly to make them function though, I may just be going based off of old information. Give the "1" a try, if it doesn't help go ahead and send your logs to support - at - 360works.com
Recommended Posts
This topic is 3364 days old. Please don't post here. Open a new topic instead.
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