Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Php Mail() Problem - Warning: Mail(): Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "SMTP"


I used dreamweaver as a tools for php coding..and Im using php version 4.3.3, Apache 2.0.47(win32) and MySQL as database. I found a problem with php mail() and the error says like this ;-
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set().




View Complete Forum Thread with Replies

Related Forum Messages:
Warning: Mail() [function.mail]: Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "SMTP" And "smtp_port" Setting In Php.ini
PHP Code:

$con = "hi monday";
mail("mymail@lala.com","test imap.dll",$con,"From: [email]other@mail.com[/email]");

and the mod_imap is loaded. but the browser show:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:Apache2htdocssendmail.php on line 2

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "SMTP"
when i execute a mail program iam getting some error as follows:

Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:appservwwwmails.php on line 20

what is the solution to this problem Code:

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "SMTP" And "smtp_port" Setting
may i know what the error.. i try the sending email. but it display these error:

Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:program fileseasyphp1-8wwwfp2.php on line 46
Cannot send password to your e-mail address ...

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At Localhost Port
I have windows xp pc and i have installed apache as a web server and
php also working fine, but when i am sending mail, its giving me
following error

when upload same to linux live server its working, please help me what
do i have to do for this

Warning: mail(): Failed to connect to mailserver at "localhost" port
25, verify your "SMTP" and "smtp_port" setting in php.ini or use
ini_set() in C:SafrasWebHosting....

View Replies !
Warning: Mail() [function.mail]: Failed To Connect To Mailserver At "localhost" Port 25
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in send.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at send.php:9) in send.php on line 10

why this warning and error coming when i am using this cording help me to solve this problem.

View Replies !
SMTP Failed To Connect To Mailserver At Localhost Port 25
I dont know what I did but now I get this message Failed to connect to
mailserver at "localhost" port 25, verify your "SMTP"...

View Replies !
Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "SMTP" And "smtp_port" Setting In Php.ini
Warning: mail(): Failed to connect to mailserver at "localhost" port 25,
verify your "SMTP" and "smtp_port" setting in php.ini

in php.ini I have:

SMTP = localhost
SMTP_PORT = 25
SENDMAIL_FROM = NULL
SENDMAIL_PATH = "H:WINNTsystem32" (this is where sendmail.dll is
sitting. H is the drive with w2k)

Other PHP code on that page is working.

What else should I check?

View Replies !
Warning: Mail() [function.mail]: Failed To Connect To Mailserver At "localhost"
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:SitescsitechsorderEmail.php on line 97

View Replies !
Warning: Failed To Connect To Mailserver, Verify Your "SMTP" Setting In Php.ini
i am using IBSERVER and trying to mail a form to my email address my code is given below

form.html

<html>
<head>
</head>
<body>
<form method="POST" action="mail.php">
Name: <input type="TEXT" name="subject">
Email: <input type="TEXT" name="email">
<input type="SUBMIT" name="Submit" value="ok">
</form>
</body>
</html>

mail.php


<?PHP
$email = $HTTP_POST_VARS[email];
$mailto="muskhere@gmail.com";
$mailsubj="Form submission";
$mailhead="$email";
reset ($HTTP_POST_VARS);
$mailbody="Values submitted from web site form:";
while (list ($key, $val) = each ($HTTP_POST_VARS)) { $mailbody .= "$key : $val"; }
if (!eregi("",$HTTP_POST_VARS[email])) {
mail($mailto, $mailsubj, $mailbody, $mailhead);
}
else
{
echo("Error, no comments were submitted!");
}
?>

View Replies !
Warning: Mail() [function.mail]: Failed To Connect To Mailserver
Why do i keep getting this error:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:wampwwwproject_upload Code:

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At
I am developing a email sender application in PHP, i am getting error
"Warning: mail(): Failed to connect to mailserver at "smtp.mtcsindia.com" port
25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()".

View Replies !
Mail() [function.mail]: Failed To Connect To Mailserver
i need to know how to enable my mail function i have change my ini to localhost port 25 and enabled emnail but nothing is changing anyone experienced this problem before.

View Replies !
[function.mail]: Failed To Connect To Mailserver
i am getting following error.

Warning: mail() [function.mail]: Failed to connect to mailserver at
"smtp.gmail.com" port 465, verify your "SMTP" and "smtp_port" setting
in php.ini or use ini_set() in D:LUGUBA
ootsite emp5.php on line 8

I have done the following....

View Replies !
Failed To Connect To Mailserver - Config Settings For The Mail Server
I am trying to send an email through a web form but I am getting an error. I am trying to use windows xp on my local machine.

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:wampwwwsendmail.php on line 19

Can someone tell me how to fix this. Here are my config settings for the mail server.....

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

View Replies !
Warning: Failed To Connect When Trying To Send Mail.
I have followed many tutorials but keep getting this message. PHP Code:

View Replies !
Mail(): ' Warning: Failed To Connect In ... On Line ...'
I'm a newbie using PHP4 and Apache 1.3 on Win98.

When I launch a script just having this instruction:

mail ("test.address@example.com", "My Subject", "My message");

I got this annoying message:

Warning: Failed to Connect in myscript.php on line ...

Of course the e-mail address provided is a real one; I have also
changed in the following way the values in php.ini file :

SMTP=localhost;
sendmail_from=my.real.address@my.provider.com

Do you have any hints or suggestions ?

View Replies !
Mail Problem - Warning: Mail() [function.mail]: SMTP Server Response: 550 Invalid Recipient:
Whenever the recipient's email address includes a hyphen ( - ), I get the following error message...

Warning: mail() [function.mail]: SMTP server response: 550 Invalid recipient:

I should stress that this only seems to occur when the hyphen is in the URL portion of the address, i.e example@perfect-example.com

The current code works along the lines of...

mail ($_POST['email'], 'Email subject is here', $body, $headers);

View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 501 Syntax Error
When I try this under windows :

mail("User <user@example.com>",$subject, "", $headers);

I get this error :

Warning: mail() [function.mail]: SMTP server response: 501 Syntax error,
parameters in command "RCPT TO:<User <user@example.com>>" unrecognized
or missing in

It seems to add it's own <> characters. If I run the same script under Linux it works fine !?

View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 501 5.5.4 Invalid Address
I receive this error:


PHP Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in D:clientsebiblecommentary.comconcordia-seminary.caconcordia-seminary.ca\_demo
egister.php on line 464

Both of my mail() uses fail, and I'm not sure why. I've followed the same syntax before on this my server and not had a problem.

My code is below: ....

View Replies !
Mail() Failure To Connect To Mailserver
I have wrote a simple mail script which was working fine - when I moved it to a different server I get the error: -

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in E:homeproject32sendmessage.php on line 219 code:

View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 550 5.7.1
I'm making e-mailing with php script and i setup mailtraq mailserver this thing is just a lil confusing to me first thing i want to know if i can use apache instead of this as mail server second when i wrote my script with that mail function i received an error this is it :

Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for monalisa20042006@yahoo.com in D:wampwww1stmail.php on line 2

what's that mean if this means that the mail server not configured right...SO third how to use or configure this server to use as my mail server. Code:

View Replies !
Warning: Mail() [function.mail]: SMTP Server Response: 553
my php.ini mail section is setup as follows:

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

then in my php script:
<?php
mail("joecool@hotmail.com", "Testing", "Line 1
Line 2
Line 3", "From: tom@hotmail.com") or die("email error");
?>

i have also run mercury mail but i keep getting this error:

Warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in C:Program Filesxampphtdocsest.php on line 2

on all tutorials that i went, the mail function is written this way what is wrong?

View Replies !
Use Any Other Smtp Server And Port To Send My Mail
I cant send a simple mail from my pc. I dont know smtp server name and port of my ISP. Cant I use any other smtp server and port to send my mail. Wud u pls tell me the name as well as the port of such smtp server. What is the name n port of yahoo.

View Replies !
[function Mail() Windows XP]SMTP Localhost
I'm trying to send an e-mail from a .php script and ie6 returns this error:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:wampwwwPAMWDchap11emailsendmail.php on line 12

I checked php.ini (line 606):

[mail function]
; For Win32 only.
SMTP = localhost

OTOH I didn't find "smtp_port" in php.ini. Maybe I should add :80 as port in php.ini?

View Replies !
Mail() Problem With Localhost Smtp Server
Using PHP 5.0.4/MySQL 4.1.12/IIS 6. Have setup an Microsoft SMTP virtual server which works fine when I try to send an outgoing email via "localhost" using Outlook.

However when trying to use mail(), i get an error "Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini"

I had previously tried to use my ISPs smtp server but also got the same "failed to connect" error which is why i tried going locally. Code:

View Replies !
Failed To Connect To Mailserver
I am running IIS5 on my XP Pro home computer and am unable to send email through my ISP's mail server. In the PHP.INI are two lines:

smtp = smtp.telus.net
smtp_port = 25

I have opened port 25 on my own computer (do I need to though?) and I am able to telnet to the ISP's SMTP server. When I try to send an email from my PHP page I get the well-known error message:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in [filename] on line 40.

The strange thing is, the mail() function seems to be trying to connect to "localhost" and not "smtp.telus.net". There is only one PHP.INI file (in C:WINDOWS) and I have run phpinfo() to confirm that this indeed is the INI file being loaded. However phpinfo() states that the SMTP server is "localhost" and not "smtp.telus.net". I added an ini_set("smtp", "smtp.telus.net") right before the mail()function and got the same error: unable to connect to "localhost". I am not running IIS's SMTP service.

View Replies !
Mail Function - Can Not Connect To The SMTP Server
My host did something a couple of months ago to their mail server to make it more secure. YOu now have to delare more variables or something. NOw my PHPlist will not work because it can not connect to the SMTP server or something like that.

JUst wandering if any of you have run into the same problem and could tell me how to fix it?

View Replies !
Failed To Connect To Mailserver - Use The Site From An External Computer
This issue is really annoying me, I dont know why its happening. I did a PHP site for a client and it uses the php mail() function. The site is now live and works fine. It seems that whenever a user who is internal to the site as in, if they use the site from within the network that the site is served. The mail function fails with:

Warning: mail() [function.mail]: Failed to connect to mailserver at "theServer" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in (...the php.ini file).

(I have changed the name of the server and the file path to the php.ini here for security reasons.)But When I use the site from an external computer, like anyone else
would, it works fine. Im yet to confirm weather every email request from an external site works ok. But I think so. What could be the problem? Would it matter that the request to the web server is internal or not?

View Replies !
Email: SMTP Authentication - PHP Warning: Mail()
I am running Apache/PHP on Windows 2000. How do we set up authentication for outgoing mail, since my yahoo server requires that? My current settings in php.ini are the following:

SMTP=smtp.mail.yahoo.com
smtp_port=25
sendmail_from=me@myemail.com
;sendmail_path=
Call the mail() function:
mail("the@ddress.com", "Test", "Message");

And finally, the error message output when it fails:

[02-Mar-2003 12:01:31] PHP Warning: mail() [http://www.php.net/function.mail]: SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html in c:apachehtdocsmail.php on line 11

View Replies !
PHP Warning: Mail(): SMTP Server Response: 550
I'm writing a form for my boss with a mailing option. He gave me the SMTP to use. However, I get the error:

PHP Warning: mail(): SMTP server response: 550 <blba@hotmail.com>... Relaying denied in C:websitesendMail.php on line 85

I showed him the error, he cheked the mail at the server, everything was working fine !
How can I AT LEAST check if my mailing works ? (can i use m html smtp ? How can i get it ?)

View Replies !
Warning: Mail(): SMTP Server Response: 451
I am trying to work through some of the Wellington and Thomson book on PHP and MySQL - I am trying to process a mail feedback form and I get the following error:

Warning: mail(): SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html. in C:Documents and SettingsRLaneMy DocumentsWeb SitesLocalhostInDevelopmentWellingtonSource4processfeedback.php on line 14 ....

View Replies !
Error Log Stating That It Could Not Connect To Smtp Host On Port 25
I have some code which sends an email to a recipient, but it is not working. I have checked the smtp host and port in the PHP.ini file and both are correct, I have also contacted my provider and know the smtp host and port are also the correct ones.

I am getting an error on apache's error log stating that it could not connect to smtp host on port 25. Notice that I am using the smtp host name, I can also ping it so I know I can get to it.

At one point, the emailing function worked, but it has now stopped working; not sure what the problem might be. I have actually created a mailtest.php with some very basic code to no avail.

View Replies !
Warning: Mail(): SMTP Server Response: 505 5.7.3 Must Issue A STARTTLS Command First
While using mail() function in PHP I am getting thjis error

Warning: mail(): SMTP server response: 505 5.7.3 Must issue a STARTTLS command first

I have used ini_set("SMTP","mail.subdomain.mydomain.");


But when I used this with the IP address of the MailServer (MS-Exchange server) it works. Any comments on this.

View Replies !
Warning: Ftp_put(): PORT Command Successful, The FTP Upload Has FAILED!
I am trying to upload a file to a different server through a php script. This script works fine on other servers that I know of. But, not on this one.

I am recieving this error.

Warning: ftp_put(): PORT command successful in /home/accountname/public_html/testing/admin/includes/classes/feed.php on line 75
The FTP upload has FAILED!
Local file: /home/accountname/public_html/testing/feeds/testfroogle.txt
Remote file: froogletest.txt

I have checked configuration and I can upload with an ftp program using the login info just fine. The script logs in just fine. Creates a file on the remote server. But, won't upload the data. After a while the whole thing appears to log out.

I have been searching all over the net all morning. Just can't find the answer.

View Replies !
Mail() [function.mail]: SMTP Server Response: 550 Not Local Host Gmail.com
I do a mail() and get:

Warning: mail() [function.mail]: SMTP server response: 550 not local host gmail.com, not a gateway in C:xamppxampphtdocs estsitemail.php on line 7


<?php
ini_set("SMTP","rlwatkins.com");
ini_set("sendmail_from","hunter@rlwatkins.com");
mail("huntercjcarroll@gmail.com","hello me","spamtastic","From: hunter@rlwatkins.com");
?>

what is wrong with this, how do i set it so that i can send to something other than localhost?

View Replies !
Warning: Mail(): Bad Parameters To Mail() Function, Mail Not Sent. In /
I have a website with a contact form and I tested to see if the form would actually send the submitted info to my email but I get this error...

Warning: mail(): Bad parameters to mail() function, mail not sent. in /home/content/g/o/l/goldenhills/html/email_us.php on line 62

Here's the php code:

View Replies !
Mysql - Error Warning Cant Connect To Localhost.
simple problem i cant seem to sort out.

i can login to mysql account through mydb studio windows program

but i try to login through php script

// Database Connection
$connect = mysql_connect("localhost", "root", "admin") or die(mysql_error());
mysql_select_db("databasename") or die (mysql_error());

i get error warning cant connect to localhost.


View Replies !
Warning: Php_hostconnect: Connect Failed
I'm trying to set up ftp on my website. I can successfully log in, put, get, change directories using an ftp client. When I try to ftp on my website from within the server, I get this error;

Warning: php_hostconnect: connect failed in uploadpics.php on line 3


<?php
//set up basic connection
$conn_id = ftp_connect("localhost");

// login with username and password
$login_result = ftp_login($conn_id, "site", "pword"); //line 3

// check connection
if ((!$conn_id) || (!$login_result)) {
       echo "FTP connection has failed!";
       echo "Attempted to connect to $ftp_server for user $ftp_user_name";
       exit;
   } else {
       echo "Connected to $ftp_server, for user $ftp_user_name";
   }
?>


should I be using an IP, the full url, or should it be localhost? Could the server be blocking all attempts to login from within the server

View Replies !
Warning: MySQL Connection Failed: Access Denied For User: 'root@localhost'
I am new in MySql & PHP3. I have downloaded php3 and extracted it. Not sure what to do with the config.inc.php3 file. I get the following error:

Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO) in lib.inc.php3 on line 255

View Replies !
Warning: MySQL Connection Failed: Access Denied For User: 'username@localhost'
I just installed the latest versions of apache, mysql, and php, and I have a script i made to just connect to the database, but I get an error such as:

Warning: Access denied for user: 'username@localhost' (Using password: YES) in c:pathofapachehtdocsmysqlconn.php on line 7

Warning: MySQL Connection Failed: Access denied for user: 'username@localhost' (Using password: YES) in c:pathofapachehtdocsmysqlconn.php on line 7
Unable to connect to database

This error is driving me insane. I've tried everything I've found possible answer too. I am a newbie and I am just learning, but I KNOW this should work. Here is my connection script. PHP Code:

View Replies !
Sending Email - Warning: Failed To Connect
when i tried the code for sending email i am getting an error:

Warning: Failed to Connect in C:apachehtdocsmoh estemail1.php on line 10

View Replies !
Warning: Mysql_connect(): Can't Connect To MySQL Server On 'localhost' (10061)
i was coding a database script in php which uses mysql as backend, am not a newbie to either mysql or php, its been fun for years for me, but during my coding 5 mins before i just got

Warning: mysql_connect(): Can't connect to MySQL server on 'localhost' (10061)

I was not connected to internet so no chance of virus or so, niether any chance of configuration change issue by someone, how can this happen at once? i restarted machine but still the same. I am on a windows server.

View Replies !
Warning: Mail() [function.mail]: Permission Denied: Headers Injection
I wrote many years ago a small shop application as hobby for a customer. Worked well until a few days. I'm not a php guru and don't understand why I get now this permission problem.

Warning: mail() [function.mail]: Permission denied: headers injection (empty line) in /home/www/edfedca4df03c5ff2685003537a08dd5/web/minishop/mail.php on line
145

mail($this->to, $this->subject, "", $mime); <- LIGNE 145

View Replies !
Warning: Failed To Connect In E:_3000_Php4projectxt_Compose.php4 On Line 2
I'm using PHP4.0 with IIS and i'm trying to send a mail.
The code is as follows

mail("me@domain.com","subject","message");

then the error comes as follows:

Warning: Failed to Connect in E:_3000_Php4projectxt_Compose.php4 on line 2

View Replies !
Warning: Mail() [function.mail]:
I am trying to send an email through php using the mail() function but getting the following error:

Warning: mail() [function.mail]: SMTP server response: my-server-name-here [my-ip-address-here] is currently not 550-permitted to relay through this server. Perhaps you have not logged into 550-the pop/imap server in the last 30 minutes or do not have SMTP 550 Authentication turned on in your email client.My PHP Code is:

<?php
$to = 'nobody@example.com'
$subject = 'the subject'
$message = 'hello'
$headers = 'From: webmaster@example.com' . "" .
'Reply-To: webmaster@example.com' . "" .
'X-Mailer: PHP/' . phpversion();

mail($to, $subject, $message, $headers);
?>

FYI: I am running this code on windows 2003 server and i can send email using Horde. What I am guessing is I need to add smtp authentication in my php code, so If you can tell me what is the syntax that can help me. how to overcome this problem?

View Replies !
PHP Mail - Localhost
Using PHP 4 on Win 95 with Apache. I would like to test the PHP mail function without going to the net using localhost. The system works fine in parsing and returning a HTML form. What do I need to change in order to have the mail locally sent to NS 4.7 or Outlook Express?

The PHP INI file mail function is SMTP = localhost
send_mail from = myaddress@alaska.net

What mail address should be used in the PHP part of the mail form?
mail($to, $subject, $msg, $mailheaders) as $to = "localhost"; ??

I receive the following message back: Warning: Failed to Connect in c:phpweb/form.php on line 18. Line 18 is the above mail($10..... which seems to indicate that it can not find the server or the path to the server.

Please let me know what to alter so that localhost will send the PHP email to the appropriate email client w/o going on the net. i.e. it works just fine when using the net, but local testing would be better.

View Replies !
Mail() On Localhost
I'm trying to get the mail() function to work but running into problems. I have SMTP set to localhost and smtp_port set to 25 then I'm saying

$m=mail('me@hotmail.com','failed login attempt','failed login attempt','From:test@test.com');

and then checking 1) to see if I get the mail, and 2) the value of $m which is zero. What should be the next thing to check? I saw something about an smtp app, which I don't know if I have or not.

View Replies !
PHP Mail Localhost
i want to send mail from my localhost in php,i try to using my outlookexpress smtp and email parameters but it gives warning like this:

Warning: mail() [function.mail]: SMTP server response: 553 Sorry, that domain isn't in my list of allowed rcpthosts. in D:wampwwwmail.php on line 9

It's possible to send mail from localhost ,then what are the changes php. ini settings for sending mail.

View Replies !
Mail - SMTP ?
1) Does anyone know where we can d/load the smtp.php file ?

2) if you scroll down that screen - Theres a few examples that suggest SMTP.. however theyre either too little information - or too much information (Makes it complex, or too much info so I miss the important bits..)

View Replies !
Php Mail() And SMTP
Is there any way to set up the php mail() function so that it sends a
username and password to the server? I'm on a winXP machine, and I have an
SMTP provider, but it requires me to login to use it, and for some reason I
can't find anything about it in the php.ini file.

View Replies !
Mail Via SMTP
I was wondering how I could send an email via SMTP using php.

View Replies !
Sending Mail Through Localhost
I've already define SMTP and sendmail_from on my ini file but there's still no respond when I tried to send a mail from my script.

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved