Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Mar 24, 2011 8:47 am 
Offline

Joined: Thu Mar 24, 2011 8:36 am
Posts: 1
Hello,
I am looking for solution for two days but I cannot find relevant information. Please can somebody help me?

Two days ago I installed LAMP (Debian 5) and Citadel e-mail on Linode 512. I used great LAMP and Citadel guide in Linode Library. Everything works great except e-mail. I can send and receive e-mails in WebCit (Citadel webmail) and I can receive e-mails using POP3. I have problem only with PHP mail() function.

I tested my sites before I installed Citadel and all mailforms working properly (sendmail working properly). I installed citadel-suite and all mailforms stop working without any warning. Citadel replaced sendmail by citmail and citmail is not working properly. I noticed that some PHP mail scripts are working but these scripts are very simple.

For example using this script I can send e-mail:
Code:
<?php
$subject= "something";
$to = "my-email@my-domain.com";
$headers = 'From: somebody@domail.com';
$body ="Hello!";
mail("$to","$subject","Message: $body",$headers);
?>


But when I add for example Content-Type into header than e-mail is not delivered. I am sure that my scripts are OK - they were functional on my previous webhosting and they are working with sendmail. But with citmail I cannot send e-mails using PHP.

Thank you.

_________________
Adam


Top
   
 Post subject:
PostPosted: Thu Jun 30, 2011 10:34 am 
Offline
Senior Newbie

Joined: Thu Jun 30, 2011 10:15 am
Posts: 5
Can you post snippet of a code that's NOT working?


Top
   
 Post subject:
PostPosted: Sat Jul 02, 2011 1:16 pm 
Offline
Senior Member

Joined: Sun May 23, 2010 1:57 pm
Posts: 315
Website: http://www.jebblue.net
Check Citadel support http://www.citadel.org/doku.php/doku.ph ... ling_lists


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group