DanDaBeginner Posted June 2, 2007 Share Posted June 2, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.