Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Stefan-Weegink · Jun 24, 2016 at 10:43 PM · mysqlphpwebsite

Error: can't connect to network PHPMailer on Website

Hey everyone,

I was working on my unity3d game login system when I ran in to some trouble. I have create a php script in which a mail is send (when somebody register still need to add this part in) the scripts is uploaded on my website and I have also uploaded the full folder of the phpmailer to it, however when I try the mail with mywebsite/sendmail.php I get the error that it could connect to the network also when I replace it with ssl it says that sockets or something like that are missing. While if I call the script from my computer with localhost/sendmail.php it just works fine. I have seen other webhosters doing the same thing like inmotion hosting they have a script comparable to mines and they have uploaded the phpmailer to their site as well but for them it works just fine and for me not, does somebody has a solution to this?

Stefan

Script:

 <?php
  
 require("Link/class.phpmailer.php");
 $mail = new PHPMailer();
 $mail->IsSMTP();
 $mail->Host = "smtp.gmail.com";  
 $mail->SMTPAuth = true;     
 $mail->SMTPSecure = "ssl";
 $mail->Port = 465;
 $mail->Username = "mysite@gmail.com";  // SMTP username
 $mail->Password = "password"; // SMTP password
 $mail->From = mysite@gmail.com;
 $mail->AddAddress(addressmysite@gmail.com, "MySite");
 $mail->WordWrap = 50;// set word wrap to 50 characters
 $mail->IsHTML(true);// set email format to HTML
 $mail->Subject = "You have received feedback from your website!";
 $mail->Body    = $message;
 $mail->AltBody = $message;
 if(!$mail->Send())
 {
    echo "Message could not be sent. <p>";
    echo "Mailer Error: " . $mail->ErrorInfo;
    exit;
 }
 echo "Message has been sent";
 ?>
 
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

WebHosting with phpMyAdmin PHP 0 Answers

multiple formfields, how does php recieve the data? 1 Answer

PHP Android WWW Unknown Error 1 Answer

Download HTML source code from link not working 1 Answer

Adding extra information to Server Side Highscores 4 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges