Forums

Array Error - E-Mail not send

Zachary88 16 Mar, 2015
I hope you can help me. I get an Error:
Array
(
)

and the E-mail doesn't send.

debug info:
Array
(
    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:contact@domain.de
                    [2] => Subject:Webformular
                    [3] => From name:Admin
                    [4] => From email:info@domain.de
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tr><td>Name</td><td>testname</td></tr>
<tr><td>E-Mail</td><td>forexample@domainexample.de</td></tr>
<tr><td>Nachricht</td><td>sedht</td></tr>
<tr><td>Telefon</td><td>0123412345</td></tr>
<tr><td>Webseite</td><td>www.domain.de</td></tr>
<tr><td>Sicherheitsabfrage</td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: 109.90.232.3
                )

        )

    [3] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:contact@domain.de
                    [2] => Subject:Danke für Ihre Nachricht.
                    [3] => From name:Zachary
                    [4] => From email:info@domain.de
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tr><td>Name</td><td>testname</td></tr>
<tr><td>E-Mail</td><td>forexample@domainexample.de</td></tr>
<tr><td>Nachricht</td><td>sedht</td></tr>
<tr><td>Telefon</td><td>0123412345</td></tr>
<tr><td>Webseite</td><td>www.domain.de</td></tr>
<tr><td>Sicherheitsabfrage</td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: 109.90.232.3
                )

        )

)



Do you have some ideas?


Greets Zach
Zachary88 16 Mar, 2015
Maybe you need the form code:
<div class="gcore-line-tr gcore-form-row" id="ftr-name"><div class="gcore-line-td" id="ftd-name"><label for="name" class="gcore-label-left">Name</label>
<div class="gcore-display-table gcore-input" id="fin-name"><input name="name" id="name" value="" placeholder="" maxlength="" size="" class=" validate['required']" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-E-Mail"><div class="gcore-line-td" id="ftd-E-Mail"><label for="E-Mail" class="gcore-label-left">E-Mail</label>
<div class="gcore-display-table gcore-input" id="fin-E-Mail"><input name="E-Mail" id="E-Mail" value="" placeholder="" maxlength="" size="" class=" validate['required','email']" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-Nachricht"><div class="gcore-line-td" id="ftd-Nachricht"><label for="Nachricht" class="gcore-label-left">Nachricht</label>
<div class="gcore-display-table gcore-input" id="fin-Nachricht"><textarea name="Nachricht" id="Nachricht" placeholder="" rows="8" cols="60" class=" validate['required']" title="" style="" data-wysiwyg="0" data-load-state="" data-tooltip=""></textarea></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-Telefon"><div class="gcore-line-td" id="ftd-Telefon"><label for="Telefon" class="gcore-label-left">Telefon</label>
<div class="gcore-display-table gcore-input" id="fin-Telefon"><input name="Telefon" id="Telefon" value="" placeholder="" maxlength="" size="" class=" validate['number']" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-Webseite"><div class="gcore-line-td" id="ftd-Webseite"><label for="Webseite" class="gcore-label-left">Webseite</label>
<div class="gcore-display-table gcore-input" id="fin-Webseite"><input name="Webseite" id="Webseite" value="" placeholder="" maxlength="" size="" class="" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-captcha"><div class="gcore-line-td" id="ftd-captcha"><div class="gcore-subinput-container-wide" id="fitem"><label for="captcha1" class="gcore-label-left">Sicherheitsabfrage</label>
<div class="gcore-input-container gcore-display-table gcore-input" id="fin-captcha1"><input placeholder="" maxlength="" size="5" class=" validate['required']" title="" style="" type="text" name="captcha" id="captcha1" /><label class="gcore-sub-label">Bitte geben Sie den Code ein.</label></div></div>
<div class="gcore-subinput-container-wide" id="fitem1"><div class="gcore-input-container gcore-display-table gcore-input" id="fin-captcha2">{captcha_img}</div></div></div></div><div class="gcore-line-tr gcore-form-row" id="ftr-Senden"><div class="gcore-line-td" id="ftd-Senden"><div class="gcore-display-table gcore-input" id="fin-Senden"><input name="Senden" id="Senden" type="submit" value="Senden" class="" style="" data-load-state="" /></div></div></div>


Greets Zach
GreyHead 16 Mar, 2015
Hi Zach,

There are no errors - the array is empty.

And the email may be in your spam folder.

What version of Joomla! and ChronoForms are you using?

Bob
Zachary88 16 Mar, 2015
Hello Bob,

Joomla! 3.4.0 and ChronoForms5.
Also the demo forms do not go with different emails. No email in spam folder...


Greets Zach
Zachary88 16 Mar, 2015
it worked yesterday already...
GreyHead 16 Mar, 2015
Hi Zach,

ChronoForms is showing success - which usually means that the mailer code has not reported any problems.

Please see this FAQ

Bob
This topic is locked and no more replies can be posted.