When using Joomla 3, ChonoForms tries to send e-mails always with php mail function.
With Joomla 2.5 it uses whatever is configured in Joomla's global configuration.
With Joomla 3, only way I was able to make it use SMTP was to force it in code with $JMail -> useSMTP
With Joomla 2.5 it uses whatever is configured in Joomla's global configuration.
With Joomla 3, only way I was able to make it use SMTP was to force it in code with $JMail -> useSMTP