Hi,

I am sending plain text emails from my app using Swift Mailer.  The
email bodies are all stored in partials.  What I am noticing is that
the line breaks are not in the email when the email is received.  For
example:

A goalie has applied to play in your booking:

From: <?php echo $reservation->getStartTime() ?> To: <?php echo
$reservation->getEndTime() ?>
At: <?php echo $reservation->getFacility()->getName() ?>
For: <?php echo $reservation->getRefEventCategory() ?>, <?php echo
$reservation->getRefEventType() ?>, <?php echo $reservation-
>getRefLevel() ?>
<?php echo url_for('@reservationApply?resId='.$reservation->getId(),
true) ?>

In the above email, all the lines are sandwiched together when I
receive it, and the line breaks I put in are not being applied.  Is
there anything I need to do?  I am both sending the emails and viewing
them using Gmail.

Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to