flydev12620 Approved

Member since: 2015-12-12

Recent posts by flydev12620
Post When

answer :

{% for tag in blogTags.tags %} {{ tag.name }} {% endfor %}

Posted in Using component tags List and Twig

In simple page, I add the component with his default alias blogTags and the following markup

 <ul>
 ...

Posted in Using component tags List and Twig

Got it, the mail is sent with attachment by adding :

$message->attach( Input::file('attachment') )...

Posted in Sending mail with attachment

Hello,

I am trying for hours to send an email with an attachment. Sending an email without attachmen...

Posted in Sending mail with attachment