]> git.mxchange.org Git - mailer.git/blobdiff - inc/email-functions.php
More double-quotes to single-quotes
[mailer.git] / inc / email-functions.php
index 3663ca4ce8e49d03d6638666ae0a7aeff02b0a07..90ec5441b96b6cd7c803a7f990cc6df02f4edcea 100644 (file)
@@ -143,7 +143,7 @@ function sendRawEmail ($toEmail, $subject, $message, $headers) {
                $mail->CharSet = 'UTF-8';
 
                // Path for PHPMailer
                $mail->CharSet = 'UTF-8';
 
                // Path for PHPMailer
-               $mail->PluginDir  = sprintf("%sinc/phpmailer/", getPath());
+               $mail->PluginDir  = sprintf('%sinc/phpmailer/', getPath());
 
                $mail->IsSMTP();
                $mail->SMTPAuth   = TRUE;
 
                $mail->IsSMTP();
                $mail->SMTPAuth   = TRUE;