phpmailer Questions

3

Solved

I use phpMailer for the processing of mail sent from the website. This morning I suddenly got the following message: Fatal error: __autoload() is no longer supported, use spl_autoload_register() i...
Intort asked 17/12, 2020 at 18:26

2

We use in our company email addresses for each employee and for 3 departments (service, support and reports) - for example <employee_name>@<company_name>.de or support@<company_name&...
Cadmar asked 28/9, 2022 at 10:19

3

Solved

I am sending mails to two different persons, two different messages one for user and one for admin. $message1='hello user' $message2='hello admin' $email = '[email protected]' $adminema...
Munro asked 1/3, 2017 at 13:37

1

Solved

I've read the last days multiple documentations and tutorials, but didn't find the answer for my question, although it is in my opinion an obviously elementary question. We use two servers and thre...
Ras asked 23/8, 2022 at 10:32

13

I've used PHPMailer on several projects but now I'm stuck. It gives me the error: SMTP Error: Could not connect to SMTP host. I've tried sending email from Thunderbird and it works ! But not throu...
Kirkwood asked 13/8, 2010 at 14:23

3

Solved

I am using PHPMailer to send the smtp emails. If I use the same setting in a WordPress site, it works fine. But my priority is to use in a custom php page. And there, it is giving the following err...
Middlemost asked 27/6, 2016 at 18:42

17

Solved

I'm trying to figure out this issue for 6 hours. But there is nothing to make sense. Here is the scenario; There is a well formatted HTML template. $mail_body = ' <b>Message Num :</b>...
Protomorphic asked 8/4, 2013 at 13:14

21

Solved

The other day I was experiencing some problems with my GoDaddy hosted site. I called their tech support, and the person that I spoke with suggested that my problems were related to the fact that I ...
Broody asked 18/2, 2014 at 0:7

10

Solved

I am attempting to set up PHPMailer so that one of our clients is able to have the automatically generated emails come from their own account. I have logged into their Office 365 account, and found...
Halima asked 25/7, 2014 at 3:14

4

I'm trying to get the basic example working for PHPMailer. All I done was upload the whole PHPMailer_5.2.2 folder, configured the page below as per the code you see and I keep getting Mailer Error...
Percussive asked 11/12, 2012 at 8:48

2

Solved

Recently the 3rd party email service provider I was using made a change. They disabled support for TLS 1.0 and TLS 1.1. I provide support for an ancient system that still uses php 5.3 and phpmailer...
Exemplify asked 7/11, 2021 at 14:39

7

Solved

After setting up SPF Record i still am here to verify why i cannot recieve this email to hotmail account. I am able to send it to gmail with no issues. Please confirm if the code is correct, and SP...
Doro asked 14/5, 2015 at 12:39

2

Solved

I am trying sending email using PHPMailer without TLS, but PHPMailer still tries to send email with TLS even if I do not enable it: include_once("PHPMailer-master\PHPMailerAutoload.php"); $To = '...
Garibald asked 1/9, 2016 at 21:13

9

Solved

I'm trying to send SMTP e-mails using PHPMailer, but I keep getting this error message, any ideas how to get rid of it? I'm trying to connect via SSL on port 465. SMTP -> FROM SERVER: SMTP -&g...
Maymaya asked 1/9, 2010 at 13:45

2

Solved

I had a problem with PHPMailer suddenly saying my certificate had expired and refusing to connect properly to port 587 with TLS encryption, from Oct 1 2021. Changing the ssl flags to not verify_pee...
Pruitt asked 2/10, 2021 at 1:3

10

Solved

I'm trying to use PHPMailer for a small project, but I'm a bit confused about error handling with this software. Hoping someone has experience with it. When I've set up an email and I use: $result...
Compile asked 5/3, 2010 at 12:11

6

I've removed ; for openssl from php.ini at php as well as apache folder. I still get the error "PHPMailer Error: Extension missing: openssl" The following is the php code and I've setup phpmailerau...
Motorbus asked 17/5, 2015 at 7:26

13

Solved

I would like to send an email using Gmail SMTP server through PHP Mailer. this is my code <?php require_once('class.phpmailer.php'); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Cha...
Kailey asked 16/4, 2013 at 22:34

4

Solved

getting following error: SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: No such host is known. (0) SMTP Error: Could not connect to SMTP host. There ...
Photoengrave asked 26/5, 2011 at 10:45

9

I am using phpmailer to sent email, and it works the recipients receive the mail except the bcc and cc details is not showing the mail. Someone can suggest a solution to this . the code is require...
Nils asked 8/10, 2012 at 8:25

9

Solved

So i just received this error when trying to send an mail using PHPmailer from my site. SMTP Error: The following recipients failed: XXXX I tried to set $mail->SMTPAuth = true; to false but no r...
Crab asked 17/8, 2013 at 11:26

3

Solved

I have the same php script running on localhost - my PC with XAMPP and on a hosted server. It works from my PC, but not from the hosted server. When I send it from the hosted server, I get the fo...
Downwash asked 12/1, 2013 at 19:47

3

Solved

I'd like to use the latest PHPMailer library with require_once() instead of messing around with Composer. I'd like a pure xcopy deployment with minimal fuss. Here's what I'm attempting to do: req...
Discotheque asked 6/1, 2018 at 15:4

3

Solved

I'm using PHPmailer. It works when $mail->SMTPDebug = true; but when I remove that line, it silently fails. I say silently fails as it doesn't give any errors, and yet the email doesn't seem to be ...
Dorseydorsiferous asked 18/9, 2013 at 10:2

3

I am using PHPMailer on EC2. My account is not in a sandbox and Im sending from verified email. Im getting no errors from PHPMailer and thats my log 2017-03-31 06:24:52 Connection: opening to emai...
Sleeper asked 31/3, 2017 at 6:31

© 2022 - 2024 — McMap. All rights reserved.