Skip to main content

Questions tagged [phpmailer]

PHPMailer is an email creation and sending class for PHP. PHPMailer is designed to communicate directly with other servers, unlike PHP's native `mail()` function.

0 votes
1 answer
10 views

How to add my PDF file which I have placed in my folder to this SMTP mail?

I want to send my attached PDF with message to the user. I have my website files in my server in Public_htm folder. There I have created folder with name "wp-regpdf". in this folder when ...
jitender kumar's user avatar
1 vote
1 answer
32 views

Error: Class "PHPMailer\PHPMailer\Exception" not found

I have a (maybe dumb) question. Since I am a newbie and tried several solutions already I am now here to ask for your help regarding a script. I am using this script to generate LetsEncrypt ...
Nowei's user avatar
  • 11
-1 votes
0 answers
42 views

PHPMail function working in bluehost amd Ionos but not in letsave Control Panel [closed]

I am creating a web application for Insurance company. In that I had a new feature called Remainder mail functionality. In that Remainder mail page I had a form with following field Date,Notes,time ...
Dhanashika Bchain's user avatar
1 vote
0 answers
46 views

Email Sending using PHPMailer is delivered in html code

In Godaddy shared hosting . i am using PHPMailer to send HTML formatted mails, Mail is delivered but in html code not the html formatted mails . $template = file_get_contents('otpmailcontent.txt', ...
MARTIN ROBERT's user avatar
0 votes
0 answers
27 views

PHPMailer Intermittent SMTP Error (OVH Server)

I've been having this problem for a while now. I am intermittently getting an error when using PHPMailer to send mail from my OVH hosted email address using SMTP. I have now setup a test file with ...
BogusFeet's user avatar
-3 votes
0 answers
29 views

I am trying to send an email using PHPMailer via SMTP, but I keep encountering authentication issues

I can not send any email from the website that I programmed I used a simple input form. If I try to open the /mail.php site on the browser, it shows me a blank page with nothing in it. Please help, I ...
Emre Boyraz's user avatar
0 votes
1 answer
36 views

PHP not receiving any POST request body from javascript fetch api

I am writing a program that takes input from a website and sends inputted data through phpMailer. I am sending the information in json through a post request using javascript fetch. I am also running ...
Daniel Svirida's user avatar
0 votes
1 answer
62 views

Polyfill warning from Google; PHPMailer and PHP dotenv affected [closed]

I got a warning from Google saying that my website is using Polyfill framework on Google Maps: "Notification Title: [Security Alert]: Polyfill.io Issue for Google Maps Platform users". It ...
Linus's user avatar
  • 465
0 votes
1 answer
42 views

535 5.7.8 Error: authentication failed using PHPMailer on Hostinger, user and password are correct

I've been trying to create a contact form for my site using PHPMailer because it seemed like the easiest option for what I'm trying to do. I host my website on Hostinger, and I'm using their "...
Charlie Rundquist's user avatar
0 votes
0 answers
80 views

How to solve a SSL certificate verify problem?

I'm working on a website and I want to add an email sending option. I wrote the following code. $mail = new PHPMailer(); $mail->isSMTP(); $mail->Host = ’[email protected]’; $mail->SMTPAuth = true; $...
János Tóth's user avatar
-1 votes
0 answers
31 views

Error - PHPMailer not sending email with several attachments

I've been trying to set up a program that uses Linkchecker with PHPMailer to check a list of websites and send me an email with the results. I wrote a bash script that uses linkchecker to create a ...
Eli Robinson's user avatar
-1 votes
2 answers
66 views

PHP: PHP Mailer, Message could not be sent

I'm using PHP Mailer for Mail send process. when i use that i have recieving one error message which is Error: Admin: Message could not be sent. Mailer Error: SMTP Error: Could not connect to SMTP ...
Klinton A's user avatar
1 vote
1 answer
72 views

Unable to send emails to gmail addresses using phpmailer

Let me preface this by saying that I am not trying to use gmail as my smtp server. I am able to use PHPMailer to send emails to most all addresses from my host (hostgator) using my domains smtp server ...
Soren's user avatar
  • 1,876
0 votes
0 answers
12 views

I want to change an API integrated contact form to a normal SMTP contact form

I am constructing a site using a Bootstrap CSS/HTML/JS template. Unfortunately, the contact form is pre-integrated with SB Forms. It's a service in which I need to pay for an API token and all that ...
indy1172's user avatar
0 votes
0 answers
39 views

html contact form with php email not working

I have created an html contact form to work with a php file for website visitors to send emails to me, but it is not sending them to my inbox. Both files are in my public_html directory. This is the ...
Blue Boy's user avatar

15 30 50 per page
1
2 3 4 5
373