I submit the formand says it has been sent. But the email never recieved.
The Form Not Sending
6 replies · opened Jun 19, 2024
I try the contact form and says the message has been sent but I never get the email.
<?php
/*-------------------------------------------------
Form Processor Plugin
by SemiColonWeb---------------------------------------------------*/
/-------------------------------------------------
PHPMailer Initialization
---------------------------------------------------/
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'phpmailer/src/Exception.php';
require 'phpmailer/src/PHPMailer.php';
require 'phpmailer/src/SMTP.php';
/-------------------------------------------------
Receiver's Email
---------------------------------------------------/
$toemails = array();
$toemails[] = array(
'email' => 'donkamuran@gmail.com', // Your Email Address
'name' => 'Dogan Kamuran' // Your Name
);
<form class="mb-0" id="template-contactform" name="template-contactform" action="include/form.php" method="post">
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="row">
<div class="col-md-4 form-group">
<label for="template-contactform-name">Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email form-control">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-phone">Phone</label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="form-control">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-address">Address</label>
<input type="text" id="template-contactform-address" name="template-contactform-coaddressmapny" value="" class="form-control">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-company"> Company Name</label>
<input type="text" id="template-contactform-company" name="template-contactform-company" value="" class="form-control">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-company">Title / Department</label>
<input type="text" id="template-contactform-Title" name="template-contactform-Title" value="" class="form-control">
</div>
<div class="w-100"></div>
<div class="col-md-8 form-group">
<label for="template-contactform-subject">Subject <small>*</small></label>
<input type="text" id="template-contactform-subject" name="subject" value="" class="required form-control">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-service">Products</label>
<select id="template-contactform-service" name="template-contactform-service" class="form-select">
<option value="">-- Select One --</option>
<option value="microDATA Center">microDATA Center</option>
<option value="CD STUDIO+">CD STUDIO+</option>
<option value="DVD STUDIO+">DVD STUDIO+</option>
<option value="PowerSTUDIO">PowerSTUDIO</option>
<option value="DVD-Q">DVD-Q</option>
<option value="MPS4+">MPS4+</option>
<option value="StudioX">StudioX</option>
<option value="AutoLoaders">AutoLoaders</option
></select>
</div>
<div class="w-100"></div>
<div class="col-12 form-group">
<label for="template-contactform-message">Message <small>*</small></label>
<textarea class="required form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
</div>
<div class="col-12 form-group d-none">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="form-control">
</div>
<div class="col-12 form-group">
<button class="button button-3d m-0" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send Message</button>
</div>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
</form>It looks like your support takes over a month or more. Some over a month ar still open and not even pending. So my needs are time senstive. I am using something else for the forms on site. Just can not wait. I spent money to renew support. Which seems not existing. So just close the ticket....
I have 2 licence and having the same problem with second site email no sending.
https://doganswebsite.com/porfilo/recipe1/demo-recipes-contact.html
Hello,
Apologies for the Delays in replying to your Support Query and Thank You so much for your Kind Patience.
We recommend using SMTP: https://docs.semicolonweb.com/docs/forms/form-setup/#docs-section-php as Hosting Providers blocks PHP mail() Function due to security concerns, so it is always recommended to use SMTP. Additionally, it is better if you use SMTP from a dedicated SMTP Service like SendGrid or Gmail (using an App Password).
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard