Re: [CODE4LIB] php and email

2016-03-01 Thread Kaile Zhu
for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kun Lin Sent: Friday, February 26, 2016 4:53 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] php and email Hi Kaile If you wasn't able to install Postfix on your server, try a third-party mail delivery service. For example: https

Re: [CODE4LIB] php and email

2016-02-27 Thread Michael Berkowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I would strongly recommend against using PHP's built-in mail() functionality, as it is often difficult to hand-craft messages that will be delivered correctly rather than rejected by spam filters, create multipart HTML messages (if that is

Re: [CODE4LIB] php and email

2016-02-26 Thread Kyle Banerjee
> > Our library has a website run on PHP. The university IT would not help to > set up email capability via Web. My question is, what are the options > there that I can add email notification capability to our website, and how? > > Our server is Windows 2008r2, PHP5.6, IIS 7.5. > Does

Re: [CODE4LIB] php and email

2016-02-26 Thread Mark Pernotto
age- > From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of > Kaile Zhu > Sent: Friday, February 26, 2016 4:23 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] php and email > > I tried. It seems without a mail server, it won't work. - Kelly &

Re: [CODE4LIB] php and email

2016-02-26 Thread Kun Lin
[mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kaile Zhu Sent: Friday, February 26, 2016 2:23 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] php and email I tried. It seems without a mail server, it won't work. - Kelly -Original Message- From: Code for Libraries [mailto:CODE4LIB

Re: [CODE4LIB] php and email

2016-02-26 Thread Park, Sarah
Did you try PhpMailer? It includes SMTP functionality. Sarah Park -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kaile Zhu Sent: Friday, February 26, 2016 4:23 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] php and email I tried

Re: [CODE4LIB] php and email

2016-02-26 Thread Haitz, Lisa (haitzlm)
essage- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Erik Sandall Sent: Friday, February 26, 2016 4:20 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] php and email Hi Kelly, PHP has a mail function that you can incorporate into your scripts. The manual page i

Re: [CODE4LIB] php and email

2016-02-26 Thread Kaile Zhu
I tried. It seems without a mail server, it won't work. - Kelly -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Erik Sandall Sent: Friday, February 26, 2016 4:20 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] php and email Hi Kelly

Re: [CODE4LIB] php and email

2016-02-26 Thread Erik Sandall
Hi Kelly, PHP has a mail function that you can incorporate into your scripts. The manual page is here: https://secure.php.net/manual/en/function.mail.php /e -- Erik Sandall, MLIS Electronic Services Librarian & Webmaster Mechanics' Institute 57 Post Street San Francisco, CA 94104

[CODE4LIB] php and email

2016-02-26 Thread Kaile Zhu
Hi, Our library has a website run on PHP. The university IT would not help to set up email capability via Web. My question is, what are the options there that I can add email notification capability to our website, and how? Our server is Windows 2008r2, PHP5.6, IIS 7.5. Thanks. Kelly Zhu