Hi
When I use this code to send a report as pdf I get an error (send with 1 error). When i just mail the report as html it works fine. Any idea what's going wrong?
select 'dbr.mail';
select 'dbr.mail.attach','report.pdf','https://rapporten.xxx.nl/xxx/report.php?r=381&m=26&h=92cba4ba669f3cc8598f3d2a369132e43cdbaf5b&export=pdf';
select p.email, p.lastname, 'my report' from `10073`.users u inner join `10073`.person p on p.personid = u.personid where p.personid = 3;
Johan