Sub Menu
Links Menu
Online Users

In total there are 312 users online :: 3 registered, 0 hidden and 309 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

pm email error

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: pm email error

PostAuthor: Helter » Wed May 04, 2011 1:44 pm

your email client may be filtering them. This is what I got after your post.

Hello HelterSkelter,

You are receiving this notification because you are watching the topic, "pm
email error" at "integramod.com". This topic has received a reply since
your last visit. You can use the following link to view the replies made,
no more notifications will be sent until you visit the topic.

If you want to view the newest post made since your last visit, click the
following link:
http://www.integramod.com/forum/viewtop ... 33&e=37433

If you want to view the topic, click the following link:
http://www.integramod.com/forum/viewtop ... =18&t=5819

If you want to view the forum, click the following link:
http://www.integramod.com/forum/viewforum.php?f=18

If you no longer wish to watch this topic you can either click the
"Unsubscribe topic" link found at the bottom of the topic above, or by
clicking the following link:


http://www.integramod.com/forum/viewtop ... atch=topic

--
Thank you, The IntegraMOD Team
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Thu May 05, 2011 6:05 am

I have now changed over to my webmaster email account, and reactivated my account here after it sent a confirmation email to me, see how that goes. Anything new on the pm problem <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Thu May 05, 2011 9:29 am

Just found out now i cannot send emails by the board same error <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Thu May 05, 2011 1:24 pm

try setting up SMTP.

some bad news for you is that your sites ip address is still in a few inactive spammer blacklist sites.
Not sure how you can get it removed since the sites are not active. The info is cached somewere. Maybe you should request a new ip from your host. If you change ip's your site may appear down for a few hours while the ip propogates, but it may be worth the trouble. I dont think this has anything to do with the current issue though.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Thu May 05, 2011 9:21 pm

Asked the server about the problem here is what they said:

Let me please inform you, that we checked krillmeed.com/forum/includes/emailer.php file and found that it was modified recently
$result = @mail($to, $this->subject, preg_replace("#(?<!r)n#s", "n", $this->msg), $this->extra_headers);
was changed to
$result = @mail($to, $this->subject, preg_replace("#(?<!r)n#s", "n", $this->msg), $this->extra_headers, '-f '.$board_config['board_email']);
Probably this is the reason of the issue you have faced with.
Also we checked sending messages with php mail() function and found that our test message was successfully sent and received. Please re-check if you made some changes to your scripts and revert them in order to resolve this issue, Thank you for understanding in this matter

Kind regards,
Kirill Skripka
Technical Support
24/7 Live Chat




No help whatsoever, have asked them about SMTP tried it last time did not work <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Fri May 06, 2011 1:00 am

put the original emailer.php back and see if you can sent email via the board.
What is your php version btw?
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Fri May 06, 2011 3:55 am

Did as you asked still the same problem.
PHP Version 5.2.17 I have attached the phpinfo from my forum


Recieved this from them:

Dear Paul,
Thank you for contacting our technical support team.

Let me please inform you that you should use 'localhost' as SMTP server,
please disable user and pass authentication. However please note that we do not suggest to use SMTP for sending emails via scripts on Linux servers. It is advisable to use php mail() function. You can verify with http://krillmeed.com/testmail.php that php mail fucntion is working fine on the server.

Should you have any questions please feel free to contact us anytime, we are available 24/7

Respectfully yours,
Sergey Arseniev,
Technical Support Department

Sorry for being such a pain here, :( :(

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Fri May 06, 2011 5:07 am

Another point here, i checked with my phpbb3 board on my domain, it has the same problem but not showing any errors, my server allows you to install there own phpbb3 board which as i did as a test forum and that also showed no errors but received no pm emails either, this is what i have now wrote to them:

I checked with my phpbb3 forum on my domain, that is also not sending pm emails, though it is not showing an error. Just to check i installed your version of phpbb3 from
EasyApps Collection here: http://krillmeed.com/phpbb2/
that also has the same problem (Though it did allow to send emails by the board. This really is an important feature of phpbb but the boards are being treated as hackers with the changes to security.




fingers crossed will keep you posted <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Fri May 06, 2011 11:01 pm

Just received this:

Dear Paul,

Thank you for your update. Please re-check your issue with forum developers or refer to the developers manuals, since customization and fixing third-party software falls out of our support boundaries, unfortunately. The only possible reason of this problem is some misconfiguration of your forum software, since PHP mail function works great under your domain. Thank you for understanding. Should you have further questions please feel free to contact us at anytime. We are available 24/7.

Respectfully,
Alexey Ryzhkov
Technical Department


looks like i have his a dead end <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Sun May 08, 2011 1:56 am

Well at least i know what is wrong yet, looks like i am stuck with the problem for the time being :?

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Sun May 08, 2011 7:30 am

this is not an easy fix since I am running php5.3.3 and no matter what I do to emailer.php it seems to keep working.
Try this one
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Sun May 08, 2011 10:29 am

Sorry that did not work, but that said the support here is second to none xox Just for your info asked some php experts that have helped me in the past, the first reply at least was helpfull and polite like yourself, the second, really should not be part of a support team and i suspect would not be allowed that here <img> [url=http]emailer discussion[/url]

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Sun May 08, 2011 8:28 pm

Sorry the problem persists. I use my IP email address teleos <img> Though i have tried it with my website server address and my yahoo account. They have a fix, does this make sense to you?

"Fou-Lu" wrote:The error will be getting tossed from your server itself. But that doesn't mean that the issue is with the server.
The headers are wrong. RFC2822 specifies that email headers are to be separated by CRLF. This is rn, and not just n or nn. n by itself should only be used as a last resort on some old old unix based servers (documented in the PHP's api mail()).

This is a really old piece of code. It was designed for a 4.x version of PHP, so you'd be better off replacing the whole lot with a new version than continuing with what you have. PHPMailer has all the features you need. It will take more work to implement as it is generic, but you can look at extending it yourself to add any default information, templates, etc etc to match what you currently have.



"Fou-Lu" wrote:Don't just do a replace all though. You need to step through what you have to see.
Only headers will be separated by rn, body should be separated by n*. Walk though with a find for n, and if the context its string is in is field: type (ie: Content-type:), than it is a header. Be careful of any custom text within a body, you are trying to specifically avoid anything that is dumped into the $msg variable via $this->msg.


quick edit here, just checked with error logs, slightly changed now say
[error] [client my ip] request failed: error reading the headers

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Previous

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]