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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:25:08+00:00 2026-06-09T04:25:08+00:00

I want to send an email with a variable name. I have created the

  • 0

I want to send an email with a variable name. I have created the action as follow:

$product = $this->getDoctrine()
            ->getRepository('EnsNewBundle:Products')
            ->find(2);



        $message = \Swift_Message::newInstance()
        ->setSubject('Hello Email')
        ->setFrom('ucerturohit@gmail.com')
        ->setTo('ucerturohit@gmail.com')
        ->setContentType("text/html")
        ->setBody($this->renderView('EnsNewBundle:Default:index.html.twig'));
    $this->get('mailer')->send($message);

    return $this->render('EnsNewBundle:Default:index.html.twig',array('name'=>$product->getName()));

Here I want to transmit the data $product->getName() with the mail. In index.html.twig I have defined as follow:

Id of the product 5<br/>
Name of the product {{name}} <br/>
Description Fast Internet browsing speed

when I am executing this action then I am getting the error undefined variable name in index.html.twig. What should I do, if i want to set this value before sending the mail.
If I make hard code for email body then there is no issue.

  • 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-06-09T04:25:09+00:00Added an answer on June 9, 2026 at 4:25 am

    Doctrine’s method find() should return collection of results, not a single object.

    You should probably use findOneByXXX().

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

Sidebar

Related Questions

I have a WCF web service. I want to send email from this service.
i want to write application who send email using outlook and i found this
I have an array of emails and want to send an email for each
I want send a email by Email Class in codeigniter with gmail, but i
I want to send email with my gmail account, I gave it a try,
I want to send email through Java (Any email like from yahoo, gmail, or
In my application i want send a email to one account.in one button click
I am new with cron job in php,basically i want to send email to
I want to send an email from within my iPhone application, primarily because i
i want to send an email to user after he sign-up with code.for ex

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.