Kayako logo
Technical Chat From server configurations to local area networking - the technical discussion forum.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
byg-e Offline
New Member
 
Posts: 1
Join Date: May 2008
cant send mail - 05-05-2008, 10:07 AM

Hey

Im having problems sending mails from SupportSuite. I discovered the problem, when i made a test user and no activation mail was send. Then i tried to make a small php script which sends a simple mail:

PHP Code:
<?php
$to 
"test@msn.com";
$subject "Test af mail sendning";
$message "Jaaah, dette er så en test.";
$headers "From: test@toyou.com";
echo 
"<h2>This sends mail to ".$to."</h2>";
if(
mail($to$subject$message$headers)){
    echo 
"Send!";
}else{
    echo 
"Could'nt send the mail :(";
}
?>
And it unfortunally shows: "Couldnt send the mail ".

What could be wrong? I havent set any smtp.
   
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send mail to admin when new ticket is added MPRSG How do I? 1 24-04-2008 03:46 PM
Can't send mail to pipe address? Triexa E-mail Piping Issues 1 16-10-2007 02:00 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78