Jump to content

PHP MAILER PROBLEM


DanDaBeginner

Recommended Posts

how to use SMTP in phpmailer? I don't have access on smtp on my server but how come I can send email using mail() -> I believe mail() uses SMTP..how can I make phpmailer use the SMTP that mail() is using?

 

$mail->IsSMTP(); // telling the class to use SMTP

$mail->Host = "smtp.email.com"; // SMTP server

 

 

please help!

Link to comment
https://forums.phpfreaks.com/topic/53973-php-mailer-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.