After Form submit, there is email action after a successful "Curl". An email is sent to the form submitter. Static CC and/or BCC are set in the Email action. If the email address in the "TO" field is also set in email action as CC or BCC then the send fails, with "PHP mail" or "Sendmail" configured. As long as "TO" email is not listed in "CC" or "BCC" then sending is successful.
Evidently "SMTP" configuration works on my localhost, but "PHPmail" or "sendmail" doesn't work on server. Any further information I can give please let me know.
thanks
[email21] => Array
(
[recipients] => Array
(
[0] => p@gmail.com
)
[subject] => GVP Corrections Entry
[body] => <h2>GVP Editorial Revision Tracking</h2>
<h3>* Submission completed *</h3>
<p><strong>Thanks for your input!</strong></p>
<table width="100%" cellpadding="5" cellspacing="3" border="0" class="ui table"><tr><td width="30%" valign="top" align="right"><strong>Name:</strong></td><td width="70%" valign="top" align="left">Joe Test</td></tr><tr><td width="30%" valign="top" align="right"><strong>Email:</strong></td><td width="70%" valign="top" align="left">p@gmail.com</td></tr><tr><td width="30%" valign="top" align="right"><strong>Verify Email:</strong></td><td width="70%" valign="top" align="left">p@gmail.com</td></tr><tr><td width="30%" valign="top" align="right"><strong>Publication Title:</strong></td><td width="70%" valign="top" align="left">Butter Thief</td></tr><tr><td width="30%" valign="top" align="right"><strong>Publication Version:</strong></td><td width="70%" valign="top" align="left">ver 1</td></tr><tr><td width="30%" valign="top" align="right"><strong>Issue Title:</strong></td><td width="70%" valign="top" align="left">Just a test</td></tr><tr><td width="30%" valign="top" align="right"><strong>Issue Description</strong></td><td width="70%" valign="top" align="left">Edition: ver 1.<br />
just a test, please ignore</td></tr></table>
[from_name] => GVP Corrections Entry
[from_email] => webservants@XXX.com
[reply_name] => GVP Site Admin
[reply_email] => webservants@XXX.com
[cc] => Array
(
[0] => p@gmail.com
)
[result] => the Mail could not be sent.
[var] =>
)