Skip to content
Advertisement

Tag: email

Contact Form Stuck in Validation

I am trying to get a contact form up and running for a portfolio website. I understand design, but have a very limited understanding of development/server side issues. The form functions as expected, BUT when submitted the form returns “..sending” and things stop there. I do not receive an email, and the status does not progress. My site is hosted

Form Multiselect option is only returning 1 option in message

this is my first time making a form, and I have multi-select option but I think I’m missing out something because the form is working but when selecting multiple options the email I receive is only showing 1 option. send.php Answer You need to do a small change in your HTML. Add a bracket pair to the name attribute, to

unable to use PHPMAILER to send email

I have just downloaded PHPMAILER from github to send emails to users . My problem is that when I try to run the php file with PHPMAILER from localhost I get the error where sendmail.php is the file with the phpmailer sample code to send an email . I believe that there’s a problem with the location of the phpmailer

Cron + PHPMailer Email Queue

I have a doubt, I am thinking of making an email queue and using cron job for this task, but on my website there is an email verification system, I wanted these verification emails to be delivered as quickly as possible, as I could make work? I don’t need a code, just an opinion Answer Don’t do it. There are

Advertisement