PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   After add product: SMTP server response: 503 5.5.2 Need Rcpt command (http://www.photopost.com/forum/reviewpost-bug-reports/134664-after-add-product-smtp-server-response-503-5-5-2-need-rcpt-command.html)

criscokid December 17th, 2007 12:44 PM

After add product: SMTP server response: 503 5.5.2 Need Rcpt command
 
I've just added a few products into couple of categories but straight after adding a product to a specific category I get the following error message:

Warning: mail(): SMTP server response: 503 5.5.2 Need Rcpt command. in D:\Inetpub\wwwroot\reviews\image-inc.php on line 642

What is the problem and what's causing it? Has a user with a dodgy email address subscribed to email alerts on new products on this particular category?

Chuck S December 17th, 2007 12:54 PM

Have you asked your host for more information? Any info from server logs. Reason I ask is we use a simple PHP mail string which is just like this in bold and I see nothing wrong with the code here. Maybe someone has an invalid email but without more info from the server error logs you would have a hard time having to view in sql records all the users and checking emails.

You can also clear the notify table to remove subscriptions.

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 10:55 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97