Comments on: CodeIgniter From Scratch: Day 4 – Newsletter Signup http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/ Web Development & Design Tutorials Sat, 20 Mar 2010 12:18:26 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: Yvan http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-235742 Yvan Fri, 19 Mar 2010 11:15:20 +0000 http://net.tutsplus.com/?p=6174#comment-235742 Hey ! Great series, very clear and useful. But when I try to send the e-mail, I get the following error : A PHP Error was encountered Severity: Warning Message: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() Filename: libraries/Email.php Line Number: 1519 I tried to use the mail protocol (instead of ssl) and also tried to modify the smtp info in the php.ini file, but it doesn't change anything. I just don't understand. Has anyone any idea ? Could it be because I am at the office and can't do everything I want on my computer ? I guess not, because I have full rights on my wamp folder and I can of course send e-mail, but there may be something I miss... Thanks Hey ! Great series, very clear and useful.

But when I try to send the e-mail, I get the following error :

A PHP Error was encountered

Severity: Warning

Message: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set()

Filename: libraries/Email.php

Line Number: 1519

I tried to use the mail protocol (instead of ssl) and also tried to modify the smtp info in the php.ini file, but it doesn’t change anything. I just don’t understand. Has anyone any idea ? Could it be because I am at the office and can’t do everything I want on my computer ? I guess not, because I have full rights on my wamp folder and I can of course send e-mail, but there may be something I miss…

Thanks

]]>
By: emcgfx http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-234033 emcgfx Wed, 17 Mar 2010 09:06:43 +0000 http://net.tutsplus.com/?p=6174#comment-234033 Direct Link to the video: Day 4: Newsletter Signup http://a-mirror.video2.blip.tv/NETTUTS-CodeIgniterFromScratchDay4184.flv Direct Link to the video:

Day 4: Newsletter Signup
http://a-mirror.video2.blip.tv/NETTUTS-CodeIgniterFromScratchDay4184.flv

]]>
By: Kris http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-222698 Kris Fri, 05 Mar 2010 21:52:45 +0000 http://net.tutsplus.com/?p=6174#comment-222698 I was finally able to download the source files. It didn't work when I first logged into the member's area and then navigated to this page. It did work when I navigated to this page and then logged on via the input boxes on this page and then hit the 'back' button on my browser. In what is probably an unrelated issue, half the time I reload this page, I get no css. I was finally able to download the source files. It didn’t work when I first logged into the member’s area and then navigated to this page.

It did work when I navigated to this page and then logged on via the input boxes on this page and then hit the ‘back’ button on my browser.

In what is probably an unrelated issue, half the time I reload this page, I get no css.

]]>
By: Kris http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-222685 Kris Fri, 05 Mar 2010 21:41:58 +0000 http://net.tutsplus.com/?p=6174#comment-222685 Great tut as usual! Unfortunately, the 'get the source code' link is broken. If it matters, I am a premium member and am currently signed in. Great tut as usual! Unfortunately, the ‘get the source code’ link is broken. If it matters, I am a premium member and am currently signed in.

]]>
By: Kit http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-205713 Kit Wed, 17 Feb 2010 07:25:42 +0000 http://net.tutsplus.com/?p=6174#comment-205713 I watched the first video in this series way before I understood MVC at all. It was a little advanced for me then, but now it's perfect! Understanding frameworks has to be one of the most useful things I have ever learned. I spent all of yesterday trying to send HTML emails by hand when this thing does all the work for me! I watched the first video in this series way before I understood MVC at all. It was a little advanced for me then, but now it’s perfect! Understanding frameworks has to be one of the most useful things I have ever learned. I spent all of yesterday trying to send HTML emails by hand when this thing does all the work for me!

]]>
By: adelle http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-205135 adelle Mon, 15 Feb 2010 17:55:34 +0000 http://net.tutsplus.com/?p=6174#comment-205135 That Such an explained Screencast .. so great . GO ON That Such an explained Screencast .. so great . GO ON

]]>
By: Alexanxer http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-199890 Alexanxer Fri, 12 Feb 2010 08:01:03 +0000 http://net.tutsplus.com/?p=6174#comment-199890 I love this series! thank you very much. Keep up the good work Jeffrey! I love this series! thank you very much. Keep up the good work Jeffrey!

]]>
By: red http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-198176 red Thu, 11 Feb 2010 05:35:18 +0000 http://net.tutsplus.com/?p=6174#comment-198176 Jeffrey, this series is truly great. So great, I'm going to subscribe to the Plus program. Jeffrey, this series is truly great. So great, I’m going to subscribe to the Plus program.

]]>
By: ChoiZ http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-156928 ChoiZ Mon, 04 Jan 2010 22:12:47 +0000 http://net.tutsplus.com/?p=6174#comment-156928 Ok i've got my answer in my config/email.php you have to specify : $config['charset'] = 'iso-8859-1'; if you want to send an html mail with code igniter ;) Regards, Ok i’ve got my answer in my config/email.php you have to specify :

$config['charset'] = ‘iso-8859-1′;

if you want to send an html mail with code igniter ;)

Regards,

]]>
By: ChoiZ http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/comment-page-2/#comment-156852 ChoiZ Mon, 04 Jan 2010 01:52:34 +0000 http://net.tutsplus.com/?p=6174#comment-156852 Hi, i try to send an email with Code Igniter. With plain/text it's works (with smtp protocol like your screecast). But when i set: $config['mailtype'] = 'html'; in my config/email.php file it's doesn't works... Any ideas ? Thank you for this great tutorials ;) Hi, i try to send an email with Code Igniter.

With plain/text it’s works (with smtp protocol like your screecast).

But when i set: $config['mailtype'] = ‘html’; in my config/email.php file it’s doesn’t works… Any ideas ?

Thank you for this great tutorials ;)

]]>