Re: sending mail from localhost to yahoo, gmail, hotmail, etc
- From: Sandy <sandy_saydakov@xxxxxxxxx>
- Date: Tue, 8 Apr 2008 19:43:03 -0700 (PDT)
On Apr 8, 7:12 pm, undbund <undb...@xxxxxxxxx> wrote:
Hi I am creating a newsletter system. The software should run from
desktop computer (localhost) but be able to send email to anyone on
the internet. Can you guys give me some ideas on how to achieve this.
Usual and easiest way is to have two components: some kind of a mailer
(like sendmail) and your program submitting messages to it. So you
have sendmail installed and:
SMTP localhost
smtp_port 25
in your php.ini
in your program you call mail($email, $subject, $message) and sendmail
will take care of the rest
/sandy
http://myphpquiz.com/
.
- Follow-Ups:
- Re: sending mail from localhost to yahoo, gmail, hotmail, etc
- From: Michael Austin
- Re: sending mail from localhost to yahoo, gmail, hotmail, etc
- References:
- Prev by Date: Re: Captcha image Text Size
- Next by Date: Re: sending mail from localhost to yahoo, gmail, hotmail, etc
- Previous by thread: sending mail from localhost to yahoo, gmail, hotmail, etc
- Next by thread: Re: sending mail from localhost to yahoo, gmail, hotmail, etc
- Index(es):
Relevant Pages
|