email - PHPMailer hosting site using 123-reg -
basically i'm hosting site on 123-reg , have contact form on site want people send me emails live.co.uk email address, using basic php mail() found emails going junk folder rather go inbox told use phpmailer
looking phpmailer code asks smtp i'm lost i'm not sure should putting host username , password want website send emails given email address , advice on should putting , why great
thank you
you don't need use smtp - can use local mail server , call ismail()
instead of issmtp()
- though don't need since it's default. in examples folder provided phpmailer, @ 1 called mail.phps
.
Comments
Post a Comment