Forums

Emails not sent with Joomla 3 and SMTP

cavefish 10 May, 2013
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
GreyHead 12 May, 2013
Hi cavefish,

Joomla! changed the email functions in the transition to Joomla! 3.0 and I'm not sure that ChronoForms is 100% compatible yet. Please try my Email [GH] action as that appears to work OK with Joomla! 3
trefex 03 Jun, 2013
This needs a million upvotes.

I was literally going crazy that this was not working.

I have not looked into your code but it works!!!

@GreyHead, if you turn on development error reporting in J3, you will see that your action plugin does not respect certain strict guideline rules and creates a lot of warnings.

Perhaps you can have a look and update it?

Thanks again for your work!

Best,
GreyHead 04 Jun, 2013
Hi trefex,

I don't begin to try to meet 'STRICT' errors; other Warnings and Notices I will take a look at.

Bob
gersput 07 Jun, 2013
Hey cavefish, can you explain how you use $JMail -> useSMTP to force SMTP in joomla3?
That would be very useful🙂

Thanks



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

gersput 07 Jun, 2013

Hi gersput,

please see this post for an easier solution.

Bob



thanks! Definitely im blind :p
viral 20 Nov, 2013
I have installed your email action. How can I use?

I have load email action in form then debug but I can see message that email successfully sent but I am not getting email on my id.

I am using smtp.
This topic is locked and no more replies can be posted.