javiribera
-
Posts
3 -
Joined
-
Last visited
Never
Posts posted by javiribera
-
-
Right now, I use the mail() php function to send mails by using a localhost mail server named postconf. But I wanna use an external SMTP server (gmail) cause I don't want to have a mail server running all the time. My server's on a linux machine.
What do i have to set up? ???
-
Right now, I use the mail() php function to send mails by using a localhost mail server named postconf. But I wanna use an external SMTP server (gmail) cause I don't want to have a mail server running all the time. My server's on a linux machine.
What do i have to set up? ???
Configure PHP on Linux to send mails by an external SMTP
in Linux
Posted
OK, now I have instaled ssmtp, how can i configure it to send mails by gmail?
thanks