• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Attach Files

Attach Files 12 years 6 months ago #19357

I'd like to send recipients the same pdf stored in a folder on the site if a radio selection "sendTribute" ==yes ,

However, I have added this string in my additional email's php field that looks like this:

if($_POST == 'Yes')
$additionalEmail[] = JPATH_SITE.'images/docs/Dear_Tribute.pdf';

I have also tried:

if($_POST == 'Yes')
$additionalEmail[] = JPATH_SITE.'/images/docs/Dear_Tribute.pdf';


but when tested the attachment does not get sent with the email.

Am I missing a setting somehwere?

(BTW the additional email is set up and sends just fine - just no attachment)
The administrator has disabled public write access.

Re: Attach Files 12 years 6 months ago #19358

Sorry to bother - I solved this. My 'Yes" was supposed to be 'yes'. Caps are important...DOH!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!