WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message
2023-11-13 11:22:33 CLIENT -> SERVER: To: recipient@serverone.nl2023-11-13 11:22:33 CLIENT -> SERVER: From: sender@servertwo.nl2023-11-13 11:22:33 CLIENT -> SERVER: Reply-To: recipient@serverone.nl...2023-11-13 11:22:34 SERVER -> CLIENT: 554 5.7.1 Spam message rejected2023-11-13 11:22:34 SMTP ERROR: DATA END command failed: 554 5.7.1 Spam message rejectedSMTP Error: data not accepted.
Code: [Select]$wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message
public function mail( $sFromAddress, $toAddress, $sSubject, $sMessage, $sFromname='', $toName='', $sReplyToAddress='', $sReplyToName='', $sMessagePath='', $aAttachment=null, $sCallingScript='none' )