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 7685457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:15:20+00:00 2026-05-31T19:15:20+00:00

Hello I have been trying to send an email in magento with out a

  • 0

Hello I have been trying to send an email in magento with out a template and just from the Zend framework. So far I have not got one email. Here is what I have.

define('MAGENTO', realpath(dirname(__FILE__)));
$new_stock_csv ="var/import/test.co/new_stock.csv";

require_once MAGENTO . '/app/Mage.php';
$currentStore = Mage::app()->getStore()->getId(); 

$mess = "Test of message to be in body."
product_change_email($mess,MAGENTO.$new_stock_csv);

function product_change_email($mess,$file){ 
    $fromEmail = "notice@gmail.com";
    $fromName = "PRODUCT ALERTS";
    $toEmail = "jeremybass@somewhere.net";
    $toName = "Jeremy Bass";
    $body = $mess;
    // body text
    $subject = "Test Subject";
    // subject text

    try{
        $mail = new Zend_Mail();
        $mail->setFrom($fromEmail, $fromName);
        $mail->addTo($toEmail, $toName);
        $mail->setSubject($subject);
        $mail->setBodyHtml($body); // here u also use setBodyText options.

        // this is for to set the file format
        $at = new Zend_Mime_Part($body);

        $at->type        = 'application/csv'; // if u have PDF then it would like -> 'application/pdf'
        $at->disposition = Zend_Mime::DISPOSITION_INLINE;
        $at->encoding    = Zend_Mime::ENCODING_8BIT;
        $at->filename    = $file;
        $mail->addAttachment($at);
        $mail->send();

    }catch(Exception $e){
        echo $e->getMassage();

    }
}
  • 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-31T19:15:21+00:00Added an answer on May 31, 2026 at 7:15 pm

    Post fix was not installed correctly. tk Zachary Schuessler

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to send an email by C#. I have Googled for
Hello to all you people out there I have been trying to download the
Hello guys, I have been trying to implement the DSUM function but failed to
Hello i have been trying to find a tutorial that show how to setup
I have been trying to figure out why i cant get even the most
Hello I have been trying to format this date but it keeps giving me
Hello I have been trying to customize the UItabBarItem and i have found some
I have been trying to call JQuery code from Button1 but whenever I click
So I have been tearing my hair out trying to make this work. I
I am trying to use the Zend Framework to send mail with Gmail, but

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.