send email? only with smtp and/or exchange?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys!

I'm looking for a way to send an email from the server to the user
(like a newsletter).

How can I do this?

Does anyone know of a sample code link or something like that?

Do I need smtp and or ms exchange or there is a way to send using any 'from'
name
(like in php)?

Thanks in advance!
 
You'll always need a mail server and even though I'm not familiar with PHP,
I can't imagine how it could send mail without it.
 
PHP uses the underlining smtp server of the system that it installed on.
Use PHP Info to find out what your server is set up with.
 
Back
Top