I have my website in PHP hosted with profusehost.net. The problem is that the send_email functionality works correctly when i host it locally on my apache server with mercury mail. But now when i have hosted my pages on profusehost, the mail doesn't go with the send_email. Is there some settings which needs to be done with the hosting service provider or generally their mail clients are already configured? Please help...
send_email from php site hosted by profusehost
164 Views Asked by anubhav At
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in SENDMAIL
- Getting Null Pointer Exception while sending mail in JAVA
- SMTP sending mail failure
- Sending mail by Unauthorised sender in Google AppEngine
- How to attach several files in mail using unix command?
- getting error to send mail in cakephp
- Piping echo into sendmail in rc.local fails
- Error with PHP mail(): Multiple or malformed newlines found in additional_header
- Zend Framework 2 - Sending form using Zend\Mail
- Sending mail without authentication using nodejs
- Java send email, how to build the whole project
- Sending mail from webserver to external mail server with local domain name
- sendmail.exe" -t' is not recognized as an internal or external command
- c# asp.net call async method from static sync
- Send mail in ASP MVC have Server Error
- Laravel put foreach inside mail
Related Questions in MAIL-SENDER
- Send e-mail over smtp and change the sender's name
- ionic -pollyfills fallback in custom webpack doesnt work
- Concat dynamic value and static text on the FromEmail sender profile
- I am getting this error: Could not connect to SMTP host: smtp.gmail.com, port: 25;
- Change a notification mail sender name in GitLab 11.4.4-ee
- send_email from php site hosted by profusehost
- codedom add reference
- Mail Sender Exception (Using mailtrap.io)
- Sender Mail through javascript
- Invalid handle with Mail sender with Windows 7
- getting javax.mail.AuthenticationFailedException on heroku
- Connection refused.Failed messages: javax.mail.MessagingException: Could not connect
- skpsmtpmessage sending email function is not working correctly?
- I want my python script to send emails 1 by 1 from email list (like 1st done then repeat task and go to second until finish)
- Sender Name in Sendgrid not working for Single Sender Verification
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It's likely that you don't have an instance of sendmail running on your hosting provider's server. Take a look at Pear Mail; it will let you specify an alternate SMTP server:
http://pear.php.net/manual/en/package.mail.mail.factory.php