Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6979437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:53:14+00:00 2026-05-27T17:53:14+00:00

sendmail.php This is just sample of attachment.in which i m confused… class sendmail() public

  • 0

sendmail.php
This is just sample of attachment.in which i m confused…

class sendmail()
        public $ATTACHMENT  = array();
public function MailSend()
{
        $message                = new YiiMailMessage;
        $message->subject       = $this->SUBJECT;
        $message->from      = $this->FROM;
        $message->setBody($this->EMAILBODY, 'text/html','utf-8');
        $message->addTo($this->EMAILTO);
        if (count($this->ATTACHMENT) > 0)
                    {
                        foreach ($this->ATTACHMENT as $Attachement_Array)
                        {
                            if (isset($Attachement_Array['filepath']) && $Attachement_Array['filename'] && $Attachement_Array['mimetype'] && file_exists($Attachement_Array['filepath']))
                            {
                                $message->attach(Swift_Attachment::fromPath($Attachement_Array['filepath']), $Attachement_Array['filename'], $Attachement_Array['mimetype']);
                            }
                        }
                    }
}
}

mycontroller.php

here in
$SendMail->ATTACHMENT = array(“what to pass here”);
please explain me
i want multiple dimensional array of filepath,mimetype,filename

 /** SEND EMAIL USING COMMON EMAIL FUNCTIONALITY */
    $SendMail               = new SendMail;
    $SendMail->DRAFT_ID     = $id;
    $SendMail->SUBJECT      = $modelEmail->subject;
    $SendMail->FROM         = $modelEmail->email_from;
    $SendMail->CMPAIGN_ID   = 1;
    $SendMail->TAG_ARRAY    = array("[FIRSTNAME]"=>$profiledata->name,"[EMAIL]"=>$profiledata->email,"[CONTACT_NO]"=>$profiledata->contact_no,"[ADDRESS]"=>$profiledata->address,"[WEBSITE]"=>$profiledata->website);
$SendMail->EMAILTO      = $profiledata->name."<".$profiledata->email.">";
$SendMail->ATTACHMENT   = array('filepath'=>Yii::app()->params['var_path']."stationary.html"); /// what to write here... i want multidimension array here

$SendMail->MailSend();
/** SEND EMAIL USING COMMON EMAIL FUNCTIONALITY */ 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T17:53:14+00:00Added an answer on May 27, 2026 at 5:53 pm

    my answer is

        $attach1                = array();
        $attach2                = array();
        $attach1                = array('filepath'=>Yii::app()->params['var_path']."stationary.html",
                                       'filename'=>"stationary.html",
                                        'mimetype'=>"application/html",);
        $attach2                = array('filepath'=>Yii::app()->params['var_path']."pregmatch1_old.php",
                                        'filename'=>"pregmatch1_old.php",
                                        'mimetype'=>"application/php",);
    $SendMail->ATTACHMENT   = array($attach1,$attach2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this AJAX: function sendMail () { $.post('php/sendMail.php', function(result){ alert(result); }) } $('#submitContact').click(function(){
I am using php sendmail() function in my projects. When I sent above 3
I'm getting this problem: PHP Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable
<form method=post action=sendmail.php name=Email_form> Message ID <input type=text name=message_id /><br/><br/> Aggressive conduct <input type=radio
I am trying to invoke sendmail via PHP's mail function by the following code:
This is my jQuery code: $.ajax({ type: POST, url: process.php, success: function(msg){ } });
I am using PHP with Apache on Linux, with Sendmail. I use the PHP
How do I send mail via PHP with attachment of HTML file? -> Content
I'm trying to send an encrypted email with an attachment from PHP, however, my
I'm having an issue with PHP mail() and the standard sendmail MTA on debian.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.