Icy Phoenix 1.3.0.53a - Email To A Friend


Subject: 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

Inactive User
Subject: 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. 8)

Edit:

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

Subject: 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. 8)

Edit:

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



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

Subject: 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...

Subject: 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?


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.245s (PHP: 8% SQL: 92%)
SQL queries: 15 - Debug Off - GZIP Enabled