Hello i am new here and i am not a javascript Expert i am trying to mail a quiz result(report.html)page to mail attachment by using javascript but i am not able to do so can anyone help me with javascript code.
Hi Khaja, and welcome to the E-Learning Heroes community! We're glad you're here. 😀
I'm also not much of a Javascript expert, so hopefully folks in the community can weigh in...but in the meantime you could start by taking a look at the Javascript best practices outlined here.
Thanks for the reply .... but the thing i want can be done by a javascript expert i have work more than 2 days .But i am able to only add subject,bodypart,and mail address the thing is i am generating a pdf of student survey result i want that pdf to be attached in the mail when we click send mail button.
It's not possible Khaja without using some other services. There is no way to attach a PDF to an email that is created using a mailto: link.
That being said, it can be done if using a couple of different third-party services. These come with both setup and ongoing costs, but it works a treat when it's all set up...
3 Replies
Hi Khaja, and welcome to the E-Learning Heroes community! We're glad you're here. 😀
I'm also not much of a Javascript expert, so hopefully folks in the community can weigh in...but in the meantime you could start by taking a look at the Javascript best practices outlined here.
Thanks for the reply .... but the thing i want can be done by a javascript expert i have work more than 2 days .But i am able to only add subject,bodypart,and mail address the thing is i am generating a pdf of student survey result i want that pdf to be attached in the mail when we click send mail button.
Any help is appreciated.
It's not possible Khaja without using some other services. There is no way to attach a PDF to an email that is created using a mailto
:
link.That being said, it can be done if using a couple of different third-party services. These come with both setup and ongoing costs, but it works a treat when it's all set up...