 |
BOOK: Professional Ajax 2nd Edition ISBN: 978-0-470-10949-6
 | This is the forum to discuss the Wrox book Professional Ajax, 2nd Edition by Nicholas C. Zakas, Jeremy McPeak, Joe Fawcett; ISBN: 9780470109496 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional Ajax 2nd Edition ISBN: 978-0-470-10949-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 31st, 2009, 01:06 AM
|
|
Authorized User
|
|
Join Date: Mar 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No this did not work
No this did not work
|
|

March 31st, 2009, 01:21 AM
|
 |
Wrox Author
|
|
Join Date: Dec 2004
Posts: 217
Thanks: 0
Thanked 5 Times in 5 Posts
|
|
Sorry to hear that. If you feel like providing more details, do let us know.
__________________
Nicholas C. Zakas
Author, Professional JavaScript for Web Developers (ISBN 0764579088)
http://www.nczonline.net/
|
|

November 13th, 2009, 09:38 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
problems with my ajaxmail
Dear jmcpeak. I am having problems when trying to use ajaxmail. My code is recently downloaded.
MySQL 5.1.40
IIS 5.1
PHP 5.3 (fresh installation)
I am trying to get the e-mails from a gmail account.
I updated the config.ini.
I am also changed the port for 995 at line 13 from the code pop3.class.
I've done the same (465) at line 30 from the code class.smtp.
I also updated the json code from your message (march).
With all that, when using the ManageDB or AjaxMailAction I receive the HTTP 500 general error message which does not help me much.
I am not an expert in programming. Would you have some clues for my problem?
Tks a lot.
|
|

November 15th, 2009, 02:50 AM
|
 |
Wrox Author
|
|
Join Date: Dec 2004
Posts: 217
Thanks: 0
Thanked 5 Times in 5 Posts
|
|
I'm sorry, this isn't enough information to be able to tell what is wrong. 500 errors mean that there is an error occurring on the server. You'll need to figure out what that error is before we can attempt to help you.
__________________
Nicholas C. Zakas
Author, Professional JavaScript for Web Developers (ISBN 0764579088)
http://www.nczonline.net/
|
|

November 15th, 2009, 07:14 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
problems at ajaxmail
How can I config ssl/tsl at ajaxmail?
|
|

November 17th, 2009, 09:20 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
solve the problem...
Mr. nzakas,
I solved the problem. I had to include:
define("POP3_SERVER", "ssl://pop.gmail.com:995"); and
define("SMTP_SERVER", "tsl://smtp.gmail.com:465");
at config.inc in order to solve the ssl/tsl problem.
One last question. Does ajaxmail define a specific address (directory) to save the attachments received?
I look forward hearing from you.
tks a lot.
and congratulations for the book.
R.
|
|

November 17th, 2009, 09:44 AM
|
 |
Wrox Author
|
|
Join Date: Nov 2005
Posts: 87
Thanks: 0
Thanked 18 Times in 17 Posts
|
|
Howdy, RMF.
I apologize for not getting in touch with you; I wasn't able to get access to my VM with my AjaxMail setup until late last night. Your solution works for me. I'm glad it's working for you, too.
|
|

November 17th, 2009, 12:43 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
attachments...
Tks for your reply mr. jmcpeak,
It is a very nice code.
And regarding my last question? Would you have a clue?
"Does ajaxmail define a specific address (directory) to save the attachments received?"
best regards,
R.
|
|

November 17th, 2009, 02:18 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
forget this last request...
sorry for my silly question...
|
|

November 17th, 2009, 02:41 PM
|
 |
Wrox Author
|
|
Join Date: Nov 2005
Posts: 87
Thanks: 0
Thanked 18 Times in 17 Posts
|
|
Not a silly question at all.
Attachments are stored in the database, and there's not an option to save them to a location in the file system on the server.
|
|
 |