Questions tagged as 'smtp'

1
answer

Sending Authenticated Email with Swift Mailer

I have a php file that sends authenticated emails using the swift mailer class. I implemented the class on one server but the email used for authentication is from another SMTP server. We insert everything correctly, the port, the password, the...
asked by 01.04.2014 / 11:34
3
answers

How can I send an email through GMail?

I want to create an application to send email, I would like to use a GMail account to send these emails, how can I do that?     
asked by 19.12.2013 / 03:32
1
answer

php Fatal error: Can not use object PHPMAILER of type as array

I'm having trouble sending email. Code <?php #inclui a classe PHPMAILER include("phpmailer/class.phpmailer.php"); //pasta em que a classe se encontra #instancia o objeto $mail = new PHPMailer(); #enviar via SMTP $mail->IsSMTP(); #se...
asked by 04.04.2016 / 20:36