Mail Api Problem

I want to sent mail using drupal mail api. i can send mail using sender mail as site mail , no problem it is working.
<< $site_mail = variable_get('site_mail', ini_get('sendmail_from'));
$from = $site_mail;
drupal_mail($module, $key, $to, $language, $params, $from, TRUE); >>

But I want to send mail using sender mail as different one (custom mail address), at this point mail did not send
<< $site_mail = "sjrooms@olsen.tdcadsl.dk";
$from = $site_mail;
drupal_mail($module, $key, $to, $language, $params, $from, TRUE); >>

I cant understand this problem. what can I do for this?.

I have another problem, is mail server block send mail to multiple revisers because i cant same send mail to 2 revisers.
<< $site_mail = variable_get('site_mail', ini_get('sendmail_from'));
$user_mail = $form['contact_form']["email"]['#value'];
$to = $user_mail.",".$site_mail;
drupal_mail($module, $key, $to, $language, $params, $from, TRUE); >>

"I was try as :
$to The e-mail address or addresses where the message will be sent to. The formatting of this string must comply with RFC 2822. Some examples are:

* user@example.com
* user@example.com, anotheruser@example.com
* User
* User , Another User "

Two user profiles side by side

Anyone know how to view a two user profiles side by side?
I mean two colums with They avatars, name, date of birth etc. and I choose with user I want to view.

Problem with Frontpage

Hello Everyone,

I need your help I want to insert the search panel or you can say the whole module and I want to display it in the Frontpage of my Drupal site. You can just have a look at this image I'm trying to insert it but can get the code I want it like this

Add object link, radio button, textbox to Checkoutpage

Good day to everyone, I'm having a hard time searching how to add a link and radio buttons to checkout page. Can anybody tell me How can I edit the form and add some links or radio button to checkout page, the checkout page is in the module of Commerce. Thanks and advance.. ^^

Screen scraping - how to?

Hi guys,

Just a quick question :-)

I would like to scrape some of the data (not everything) from the table on this page: http://varde-sportsfiskerforening.dk/list_reports.php and display it in an other site - also in a table. How do i achieve this?

I don't have a clue about how to get started, and it would really mean a lot to get some help :-) Since the new site I'm making is for a nonprofit organization.

Thanks a lot.

Checkboxes with tooltip on mouse hover

Hi guys,

I'm using Drupal in my work, and I made a form using fapi. I have a checkboxes group and we need to show a small box with information when user moves the mouse over each checkbox (each one with different information). For example, I have 5 checkboxes with 5 list of mobiles and I need for each one, a box with information about it (no more than 2 lines). I have this simple code for the checkboxes group:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x