Category "phpmailer"

How can I ensure ensure emails from my domain get delivered and avoid them being marked as spam by Hotmail/Outlook? [duplicate]

I'm using PHPMailer to send emails from my hostgator webserver account. It's working as I'm getting emails at my professional domain and gmail

CodeIgniter 3 email not sending emails to other email servers but apple

For some reason I'm just getting emails to apple emails but gmail, Microsoft etc. I'm using my own smtp server with SSL, I checked SPF and there is no problems.

Php not updating word document

I had created an automation system with php which takes information straight from a contact form on my website and fills in the information into a word template

HTML + PHP + PHPMAILER

obs: using translator I have a problem on my website, every time this is sending the normal email, but it looks like an error message, in the template I got, it

How do I remove this delivery notification from here?

I used STMP PHPMailer to send emails to newly clients on website. It works, but the weird thing is that it gives a delivery notification which I don't want. How

set mail driver dynamically from database for different email in notification

I want to set the following setting dynamically before I notify the user. MAIL_DRIVER= MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_SENDER_EMAIL= M

SMTP ERROR: MAIL FROM command failed: 530 5.7.0 Must issue a STARTTLS command first when using PHPMailer

I'm trying to get send an Email from my gmail account with PHPMailer. But when running the php-script on my localhost I get the following error: SERVER -> CL

Uncaught Error: Call to undefined function PHPMailer\PHPMailer\mail() in /home/stitchon/public_html/wp-includes/PHPMailer/PHPMailer.php:874

I am getting the above error upon submitting my registration form. I'm not quite sure what I'm overlooking. If I could get some direction and help on this, that

How to prevent phpmailer sending embedded image as an attachment on Gmail?

I am sending an email with the logo of a company in it. However, I find it annoying when it shows the .png file on the list of emails on Gmail. Upon clicking th