Thread Rating:
  • 5 Vote(s) - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Mail Reply Address: Issue Resolved
#11
Ok try removing that snippet from the file (or commenting it out).
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#12
(2008-11-13, 03:41 AM)DennisTT Wrote: Ok try removing that snippet from the file (or commenting it out).

Ok - removed that snippet and the error is

The mail server does not understand the RCPT TO command

which is the next action.

Could the param being passed to the SMTP server be in the wrong format?
and not, [email protected], or <[email protected]> etc etc.
#13
Ok try this:

In inc/mailhandlers/smtp.php, find: (at end of get_data method)
 return $string;

Before it, add:
  file_put_contents('./smtpmaillog.txt', $this->data, FILE_APPEND);

Try to send a mail again, and you should find a smtpmaillog.txt in your MyBB root folder. (You may want to pre-create this file, and CHMOD it 666 so that the server can write to it).
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#14
me to and nothing happened except it says your email default isnt set up to send mail something in a box pops up ( contact us )
#15
(2008-11-13, 05:45 AM)technoman Wrote: me to and nothing happened except it says your email default isnt set up to send mail something in a box pops up ( contact us )

This is a separate issue. Please read my response in your thread.
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#16
(2008-11-13, 05:41 AM)DennisTT Wrote: Ok try this:

In inc/mailhandlers/smtp.php, find: (at end of get_data method)
 return $string;

Before it, add:
  file_put_contents('./smtpmaillog.txt', $this->data, FILE_APPEND);

Try to send a mail again, and you should find a smtpmaillog.txt in your MyBB root folder. (You may want to pre-create this file, and CHMOD it 666 so that the server can write to it).

Would you like me to do this on a clean copy of that file or the one that I previously removed the "mail from" code from?

Thanks
#17
(2008-11-13, 03:04 PM)classixiii Wrote:
(2008-11-13, 05:41 AM)DennisTT Wrote: Ok try this:

In inc/mailhandlers/smtp.php, find: (at end of get_data method)
 return $string;

Before it, add:
  file_put_contents('./smtpmaillog.txt', $this->data, FILE_APPEND);

Try to send a mail again, and you should find a smtpmaillog.txt in your MyBB root folder. (You may want to pre-create this file, and CHMOD it 666 so that the server can write to it).

Would you like me to do this on a clean copy of that file or the one that I previously removed the "mail from" code from?

Thanks

Clean copy. Sorry I wasn't clear the first time.
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#18
(2008-11-13, 03:04 PM)classixiii Wrote: [quote='DennisTT' pid='271438' dateline='1226554906']
Ok try this:

In inc/mailhandlers/smtp.php, find: (at end of get_data method)
 return $string;

Before it, add:
  file_put_contents('./smtpmaillog.txt', $this->data, FILE_APPEND);

Try to send a mail again, and you should find a smtpmaillog.txt in your MyBB root folder. (You may want to pre-create this file, and CHMOD it 666 so that the server can write to it).

Would you like me to do this on a clean copy of that file or the one that I previously removed the "mail from" code from

Still get the does not understand MAIL FROM error -

Here is the SMTP Log

220-*****.*****.com ESMTP Exim 4.68 #1 Thu, 13 Nov 2008 14:15:28 -0600
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
250-*************.com Hello mail.miurareps.net [********]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
334
235 Authentication succeeded
501 <admin <steh*****@canno************.com>>: "@" or "." expected after "admin"

Looks like its putting my BB username ahead of the FROM address

Note: I *'d out stuff I didnt want to broadcast..it was logged correctly
Any thing else to try or are we at the end of the road on this one?
#19
Sorry I was busy.
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#20
(2008-11-14, 08:05 PM)DennisTT Wrote: Sorry I was busy.

Hey, no problem guy ..I'm on your time ! I just appreciate the help when you can give it.


Forum Jump:


Users browsing this thread: 1 Guest(s)