Hello,
I'm testing my simple Front-end form with just one field, just to save article and send simple, static mail. I'm using only my domain within production server mail account to eliminate variuos mail transport problems.
I've been testing variuos config scenarios and nothing.
My Joomla is sending proper test email messages through PHPmailer or SMTP option. I tested even mail() function in simple php file with just basic fields (subject, mailto) - it still works well. But Seblod doesn't send any mail at all if I choose Phpmailer or SMTP, no difference and no error while saving a form on Frontend. Here is my form:
http://imgur.com/PU5smzv
with Email field configured as mentioned above:
http://imgur.com/czEIy34
Any ideas what could went wrong?