Skip to content

Tag: phpmailer

Sending a mail using PHPMailer with Gmail Account

I am trying to send an email from my website using the PHPMailer library. All I did so for was: I downloaded PHPMailer 5.2-stable from this link. I uploaded the following files on my hosting: class.phpmailer.php, class.smtp.php and PHPMailerAutoload.php Then I created a file name contact.php and wrote the fol…

PHP mail encoding issue

i found an issue with php mail sending. I need to encode the mail in UTF-8. The subject works fine, but the message is corrupted. This is my code And this is how the mail looks like Subject Nábor – Kolombooo From tvkolombooo@gmail.com Message T2Rwb3bEm8SPIG5hIG7DoWJvcjpLb2xvbWJvb28uCgoKRGlzY29yZDpLb2xvb…

Is it possible to use PHPMailer with local domain?

PHP is a new thing for me and I’m trying to build this simple form to send mail. I’ve seen tutorials and documentations and it seems that I need mail hosting (got one) and a domain for this hosting. So my question is is it possible to build this form using just XAMPP or do I have to have real

Send email using PHPMailer without SMTP authentication

I don’t use PHP that often but when I do and I need to write a function to send E-Mails, I just used the mail() function. I have used it on a shared hosting service and I always received the E-Mails from a… well… not an account? A bot? It didn’t even have an E-Mail address. And that&#8…