Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • Sorry, this is the code

    //where we would like to send email
    $recipientEmail = ‘northmemorials@clear.net.nz’;
    $recipientName = ‘Recipient Name’;

    //Address which will be visible in “From” field
    $fromEmail = ‘northmemorials@clear.net.nz’;
    $fromName = ‘North Memorials’;

    //Validation error messages
    $requiredMessage = ‘Field is required’;
    $invalidEmail = ‘Invalid email’;

    This reply has been marked as private.
    This reply has been marked as private.
    This reply has been marked as private.