Questions tagged as 'phpmailer'

0
answers

SMTP connect () failed

Someone can help me, I'm trying to solve this error with PHPMailed a few days. I've tried using 3 different scripts, and it always shows SMTP connect () failed , I already used the port 465 , but it did the same thing ... (I put the "My_passwo...
asked by 19.06.2018 / 02:10
0
answers

PHPMailer is going to spam

I'm using phpmailer to send email, but it's falling into spam in hotmail and gmail. I tested connecting smtp in another domain and went to the inbox right away. Are there any settings I can make to prevent this? The domain is new, so it's not in...
asked by 20.06.2018 / 13:49
0
answers

PHP Mail sends email to spam

I want to send an email using phpmail, but it always falls as spam. Is there anything I can do to stay out of spam? I made a very simple code to test: mail($email,"Assunto do email","Corpo da mensagem");     
asked by 18.06.2018 / 14:26
0
answers

Phpmailer with postfix

Personally I recently set up a server with a postfix to send mail, as the mail server is from my company I did not need to configure an account I just used the address of the server and I'm just sending, which to my need, is great! However, I am...
asked by 30.05.2018 / 03:33
1
answer

Attachment sending using email as filename with PHPMailer

I am using PHPMailer to send a form and I would like the attached files when they arrived in the destination email, had the file name the email of the person I sent, not the file name, I did several tests here but I could not. <input ty...
asked by 26.05.2018 / 17:51
0
answers

SMTP Error Hostgator PHPMailer

I'm trying to use PHPMailer and it's not working. I even tried to contact Hostgator support, but the support passed me several doors, hosts to try and nothing worked. Finally, follow the code: <?php require 'class/PHPMailerAutoload.php...
asked by 13.05.2018 / 00:15
2
answers

SMTP error when sending email

I'm trying to upload to a page of a site, and the following error is appearing: SMTP Error: Could not connect to SMTP host. I was checking the site code, and it is sending emails with PHPMailer. The settings are below. $mail->SMTPAuth...
asked by 25.04.2018 / 15:53
0
answers

PHPMailer and foreach

I have refactored the email from my site. Among the new features, you can now send a message to more than one e-mail. I have this select that searches which emails are from the recipients: <?php /****** E-mails dos destinatários *****...
asked by 05.04.2018 / 15:15
0
answers

Message sending limit

I am creating a system that has a registration confirmation. I've been researching some lodgings and I've seen that some or almost all of the ones I've researched have a limit on sending messages: there is a hosting that limits up to 200 emails...
asked by 19.03.2018 / 23:38
0
answers

PHP - Save PDF file temporarily

The system I'm developing generates PDF files and stores it in a folder to be sent by email. Is it possible to save this file temporarily while it is attached and the email is sent? If yes, how?     
asked by 13.02.2018 / 22:56