2008-11-13, 03:41 AM
Ok try removing that snippet from the file (or commenting it out).
[F] Mail Reply Address: Issue Resolved
|
2008-11-13, 03:41 AM
Ok try removing that snippet from the file (or commenting it out).
2008-11-13, 04:14 AM
(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.
2008-11-13, 05:41 AM
Ok try this:
In inc/mailhandlers/smtp.php, find: (at end of get_data method)
Before it, add:
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).
2008-11-13, 05:45 AM
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 )
2008-11-13, 05:46 AM
2008-11-13, 03:04 PM
(2008-11-13, 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
2008-11-13, 05:14 PM
(2008-11-13, 03:04 PM)classixiii Wrote:(2008-11-13, 05:41 AM)DennisTT Wrote: Ok try this: Clean copy. Sorry I wasn't clear the first time.
2008-11-13, 08:25 PM
(This post was last modified: 2008-11-14, 07:05 PM by classixiii.)
(2008-11-13, 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?
2008-11-14, 08:05 PM
Sorry I was busy.
2008-11-15, 08:36 PM
|
« Next Oldest | Next Newest »
|