" . $sql); $flag_done = 1; } } if ((isset($_POST['submit']))){ if (isset($emailError)) $textTop.="
Please insert a valid email address!"; if (isset($emailAlreadyRegistered)) { $textTop.="This email is not yet registered."; } elseif ($flag_done) { $mail = new smtp(); $mail_conn = $mail->openConnection(); if (!$mail_conn) die ("Connection to SMTP unavailable."); $mail->setFrom($confEmail); $mail->setFromName($confSignature . " LOC"); $mail->setSubject($confSignature . " registration acknowledgment"); $mail->setTo($email_db); $mail->setCc($confEmail); $mail->setMessage(" Dear ". $name .", This is an automated message. Your application has been sucessfully submitted. Please, review your application details below. You can reply to this email if you have any doubt or need to change any information. \n Thank you. Submission Details E-mail: " . $email . " Type: " . $type_details . " Title: " . $title . " Abstract: " . $abstract . " Best regards, " . $confSignature . " LOC"); $mail->send(); ?>Your application has been successfully submitted.
An automatic email has been sent with your application details, if you don't receive it, please, send an email to xxviienaa@iastro.pt.
Thank you.
We use cookies to ensure that you get the best experience on our website, by continuing on this website you agree to the storing of cookies on your device. Learn more about our Privacy Policy.