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! Quote Link to comment https://forums.phpfreaks.com/topic/53973-php-mailer-problem/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.