Icy Phoenix

     
 

Icy Phoenix 1.3.0.53a - Email To A Friend

Icy Phoenix 1.3.0.53a - Email To A Friend

Article
Reply with quote    Download Post  
Post Icy Phoenix 1.3.0.53a - Email To A Friend 
 
Viewing a topic and then clicking on the "Email To A Friend" icon, entering the request information and then clicking on "Send Email To User" , I receive this General Error:

Quote:
Ran into problems sending Mail. Response: 501 >: "@" or "." expected after "christmanrd"

DEBUG MODE

Line : 156
File : smtp.php


This is what it looks like prior to hitting send:

Quote:
Your Name:                            Site Admin
Your Email Address:                   admin@blaircountyt.........(complete address omitted for displaying here)
Your Friend's Name:                   christmanrd
Your Friend's Email Address:      christmanrd@atlantic.......(complete address omitted for displaying here)    



Thanks,

Dave



 
christmanrd - View user's profile Send private message  
christmanrd [ Wed 23 Sep, 2009 13:18 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Icy Phoenix 1.3.0.53a - Email To A Friend

Comments
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.0.53a - Email To A Friend 
 
Dunno Dave,

Tested twice (localhost).

1. One to a friend with a different address.
2. One to self.

Got no errors.

Just check that all your email addresses, both board and profile are squeaky clean and don't contain typo's.

At least it will be a start somewhere.  

Edit:

Or again do a file replacement with /includes/smtp.php - - - - - Binary of course!



 
   
Inactive User [ Wed 23 Sep, 2009 13:53 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.0.53a - Email To A Friend 
 
Lopalong wrote: [View Post]
Just check that all your email addresses, both board and profile are squeaky clean and don't contain typo's.

At least it will be a start somewhere.  

Edit:

Or again do a file replacement with /includes/smtp.php - - - - - Binary of course!



I have performed the above mentioned steps and I am still receiving the error.

It is looking for the "@" symbol after the name "ME".  At least that is what I see in the error message.

Quote:
Ran into problems sending Mail. Response: 501 >: "@" or "." expected after "me"

DEBUG MODE

Line : 156
File : smtp.php


Again, This is what it looks like prior to hitting send:

Quote:
Your Name:                         longhairedcountryboy
Your Email Address:                dave@daves     email address withheld from display
Your Friend's Name:              me    
Your Friend's Email Address:  email address withheld from display



smtp.php lines 148 - 158

  
Code: [Download] [Hide] [Select]
148    // Specify each user to send to and build to header.
149    $to_header = '';
150
151    // Add an additional bit of error checking to the To field.
152    $mail_to = (trim($mail_to) == '') ? 'Undisclosed-recipients:;' : trim($mail_to);
153    if (preg_match('#[^ ]+\@[^ ]+#', $mail_to))
154    {
155        fwrite($socket, "RCPT TO: <$mail_to>\r\n");
156        server_parse($socket, "250", __LINE__);
157    }
158


Thanks,

Dave



 
christmanrd - View user's profile Send private message  
christmanrd [ Sun 04 Oct, 2009 17:42 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.0.53a - Email To A Friend 
 
I have tested this feature and it is working fine here... I don't know why your hosting is having all these problems with emails...

Maybe you should seriously think about changing it if email are so vital for your web activity.

Make a test on this site of that feature...



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Wed 21 Oct, 2009 19:52 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.0.53a - Email To A Friend 
 
One question Dave.

Did you try switching of the smtp and have a go with the icy included mailer?



 
spydie - View user's profile Send private message  
spydie [ Wed 21 Oct, 2009 19:58 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron