I'm pretty sure I made the changes on this file once, but I can't locat the file anywhere and my contact form email isn't working. Getting the mesasage: Invalid address: (From): root@localhost
Missing sendemail.php. file
13 replies · opened Jan 26, 2020
Hello,
The Latest Version of Canvas does not include the include/sendemail.php File but more flexible and advanced include/form.php File. Please consider checking out the Documentation > Forms Section for complete setup instructions.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Okay thanks. Good to know. I'm still getting an email error message when testing on my live site.
Email could not be sent due to some Unexpected Error. Please Try Again later.
Reason:
Invalid address: (From): root@localhost
Hello,
Can you please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
Do I need to have a MAMP testing server in order for my contact form to work? I'm getting an invalid address from root@localhost error. I have an ht.access in my remote server.
Hello,
No, there is some other issues on your Installation, which could be related to Customized Codes. Thats is why, we need you to please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Make sure that you have checked out the Entire Setup Instructions provided in the Documentation > Forms Section. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
I have checked out the document forms section. My url is madhouse.graphics.
I just read on the forum that I needed to send the one-page folder to my remote - which I had not done previously. I sent it but it still doesn't work. I am using the one page template, but added a different portfolio and portfolio single pages.
While you are looking at my site... if you also happen to have a solution for making my little video be responsive without making it have a black background - I would love to know the code.
Thank you so much for the template and the help!!
Peggy
p.s. - my video does have the white background - it just isn't responsive and doesn't fit the page very well. Thanks.
Hello,
We have checked out your Website and it appears that the include/form.php File is not setup correctly. Please make sure that you have already added your Email and Name in this File so that you do not receive these kind of errors.
Simply add the .w-100 Class to the <video> Tag.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you.
Here is how I have it filled out. Not sure what is wrong with it. Do you see something? Should I take out the no-replu address?
Thanks.
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' => 'admin@madhouse.graphics', // Your Email Address
'name' => 'Peggy Lowe' // Your Name
);
/-------------------------------------------------
Sender's Email
---------------------------------------------------/
$fromemail = array(
'email' => 'no-reply@admin@madhouse.graphics', // Company's Email Address (preferably currently used Domain Name)
'name' => 'Madhouse Graphics' // Company Name
);
/-------------------------------------------------
reCaptcha
---------------------------------------------------/
Hello,
The Email you have entered appears to be incorrect: no-reply@admin@madhouse.graphics .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you! I appreciate your help!
Peggy
Hello,
Very Happy to Help! Thanks for your Patience.
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
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