[3.7.0] MailService Bug?

Hi there guys,

Line 76 is the same as line 73, is this correct?

if( NOT mail.propertyExists(“useSSL”) AND len(mailSettings.getValue(“useSSL”,"")) ){
mail.setUseSSL( mailSettings.getValue(“useSSL”) );
}
if( NOT mail.propertyExists(“useTLS”) AND len(mailSettings.getValue(“useTLS”,"")) ){
mail.setUseSSL( mailSettings.getValue(“useTLS”) );
}

Sorry Guys, I hit enter or something and the topic was created…

Line 73: mail.setUseSSL( mailSettings.getValue(“useSSL”) );
Line: 76: mail.setUseSSL( mailSettings.getValue(“useTLS”) );

In line 76: Shouldn’t be: mail.setUseTLS( mailSettings.getValue(“useTLS”) ); ?

Thanks

Xerrano

Thanks, Fixed!

Luis F. Majano
CEO
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com
Social: twitter.com/lmajano facebook.com/lmajano

Yes, probably. Can you submit a pull request or at least put in a ticket:
https://ortussolutions.atlassian.net/browse/COLDBOX

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com