[SOLVED] mail with attachement |
12/21/2013 09:24:00 | |
| PHPRunner General questions | ||
|
J
jacques author
Ik need some help with attachements to a mail |
||
|
|
Sergey Kornilov admin 12/22/2013 |
|
Check the content of $fileArray array after you put decoded JSON there. You can print the content of array using print_r() function. |
|
|
J
|
jacques author 12/22/2013 |
|
Check the content of $fileArray array after you put decoded JSON there. You can print the content of array using print_r() function.
|
|
|
|
Sergey Kornilov admin 12/23/2013 |
|
Looks good to me. Make sure file cv/Danny rapportages_x497iif7.pdf file exists on the web server. |
|
|
J
|
jacques author 12/24/2013 |
|
Looks good to me. Make sure file cv/Danny rapportages_x497iif7.pdf file exists on the web server. If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
|
|
|
Sergey Kornilov admin 12/24/2013 |
|
Yes, this is the important part. The built-in PHP mail() function doesn't have an option to send email attachments. This will only work with custom mailer. |
|