1

Topic: ZC45 – Introduction to Zend_Mail

A big thank you to Ryan Horn for putting together this great screencast about Zend_Mail. Ryan took the time to talk about how to setup a dev environment that uses a gmail account. This is perfect for folks like myself who work in a development environment that's behind an annoying ISP firewall on SMTP (port 25). Ryan Horn is a web developer based out of Buffalo, feel free to ryan.horn.web@gmail.com.

Grab a copy of the project or browse the repository.

2

Re: ZC45 – Introduction to Zend_Mail

Fantastic episode Ryan!

Moving configuration to Bootstrap and finally to application.ini is perfect. It also shows the idea behind this process and illustrates it clearly.

Thanks, Udo

P.S.: You could do a "part 2" on sending e-mails to multiple recipients. A "newsletter" plugin with pulling users from a DB using doctrine & PHPUnit wink

3

Re: ZC45 – Introduction to Zend_Mail

Nice screencast!

Would be awesome to get the links to read on how to avoid the spam filters. smile

4

Re: ZC45 – Introduction to Zend_Mail

harri: http://wiki.apache.org/spamassassin/Avo … ForSenders is a good read

Also, for those of you using version 1.10 of the Zend Framework, mail transports now have a resource plugin. See http://framework.zend.com/manual/en/zen … rces.mail.