|
[F] Mail Reply Address: Issue Resolved
|
|
11-13-2008, 03:41 AM
Post: #11
|
|||
|
|||
|
RE: Mail Reply Address
Ok try removing that snippet from the file (or commenting it out).
Dennis Tsang :: MyBB Developer Follow me on Twitter: @dennistt |
|||
|
11-13-2008, 04:14 AM
Post: #12
|
|||
|
|||
RE: Mail Reply Address
(11-13-2008 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, user@domain.com, or <user@domain.com> etc etc. |
|||
|
11-13-2008, 05:41 AM
Post: #13
|
|||
|
|||
|
RE: Mail Reply Address
Ok try this:
In inc/mailhandlers/smtp.php, find: (at end of get_data method) PHP Code: return $string; Before it, add: PHP Code: 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 :: MyBB Developer Follow me on Twitter: @dennistt |
|||
|
11-13-2008, 05:45 AM
Post: #14
|
|||
|
|||
|
RE: Mail Reply Address
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 )
|
|||
|
11-13-2008, 05:46 AM
Post: #15
|
|||
|
|||
RE: Mail Reply Address
(11-13-2008 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 :: MyBB Developer Follow me on Twitter: @dennistt |
|||
|
11-13-2008, 03:04 PM
Post: #16
|
|||
|
|||
RE: Mail Reply Address
(11-13-2008 05:41 AM)DennisTT Wrote: Ok try this: 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 |
|||
|
11-13-2008, 05:14 PM
Post: #17
|
|||
|
|||
RE: Mail Reply Address
(11-13-2008 03:04 PM)classixiii Wrote:(11-13-2008 05:41 AM)DennisTT Wrote: Ok try this: Clean copy. Sorry I wasn't clear the first time. Dennis Tsang :: MyBB Developer Follow me on Twitter: @dennistt |
|||
|
11-13-2008, 08:25 PM
(This post was last modified: 11-14-2008 07:05 PM by classixiii.)
Post: #18
|
|||
|
|||
RE: Mail Reply Address
(11-13-2008 03:04 PM)classixiii Wrote: [quote='DennisTT' pid='271438' dateline='1226554906'] 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? |
|||
|
11-14-2008, 08:05 PM
Post: #19
|
|||
|
|||
|
RE: Mail Reply Address
Sorry I was busy.
Dennis Tsang :: MyBB Developer Follow me on Twitter: @dennistt |
|||
|
11-15-2008, 08:36 PM
Post: #20
|
|||
|
|||
| RE: Mail Reply Address | |||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)
Search
Member List
Calendar
Help


