Browsing this Thread:
1 Anonymous Users
|
Re: Email printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
https://sourceforge.net/projects/libquickmail/
Is libquickmail supported by GCC? Example code: quickmail_initialize(); quickmail mailobj = quickmail_create(FROM, "libquickmail test e-mail"); quickmail_set_body(mailobj, "This is a test e-mail.\nThis mail was sent using libquickmail."); quickmail_add_attachment_file(mailobj, "attachment.zip", NULL); const char* errmsg; if ((errmsg = quickmail_send(mailobj, SMTPSERVER, SMTPPORT, SMTPUSER, SMTPPASS)) != NULL) fprintf(stderr, "Error sending e-mail: %s\n", errmsg); quickmail_destroy(mailobj);
Posted on: 2016/7/27 7:47
|
|||
|
||||
|
Re: Email printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
I think time to go back to your idea just coming :)
Posted on: 2016/7/14 18:48
|
|||
|
||||
|
Re: Email printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
I did some tests with YAM and sending PDF document as atachment to my Epson XP-322. It works.
There is problem with JPG and DOCX atachments but maybe I did something wrong. Anyway I could print PDF document from AROS this way. This future "printer driver" in first step should export document to PDF and then (after confirmation) should send email to the printer with PDF file as an attachment. I know AROS program text2pdf it may be useful when printing text. With graphics would be more difficult. It's just an idea but I'm curious of your opinion. In the end the driver could be reduced to export to PDF and the rest could be done in your email program.
Posted on: 2016/7/12 17:59
|
|||
|
||||
|
Re: Email printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
But we dont have CUPS
![]() In theory, it should work by sending an email with YAM or SimpleMail, but the idea is to develop a program that would be part of the system. In Amiga style. Such quasi driver in Devs/Printers configured in Prefs/Printer. This driver should not require mail program. Alone would send an appropriate e-mail when you click on "print" and confirm "OK" in any program that uses the printing system. Of course in the program, which would support the function using the printing system because now such a system does not exist.
Posted on: 2016/7/12 11:31
|
|||
|
||||
|
Re: E-mail printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
Cups can do that
![]() http://cups-mailto.sourceforge.net/
Posted on: 2016/7/12 11:13
|
|||
|
||||
|
Email printer driver
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
Years ago I initiated this Bounty:
https://power2people.org/projects/cups/ Its 249$, so people want printing in AROS but not so much that it will be possible this way. CUPS port I think is worth much, much more. So I think it would be worthwhile to consider the other option Modern printers have the ability to print email attachments sent to an individual address assigned to the printer. https://www.youtube.com/watch?v=OnC72VOz1XA My idea is to open the Bounty to write an universal driver, whose task would be to send an e-mail to the address stored in the settings of the printer. The driver would have to be compatible with EPrint from HP, Email Print from Epson and others. The driver should support software that uses a printer (but now due to lack of printing system has the option inactive). Developers could appeal to this driver in their programs. What do you think about this idea? At the beginning I could move my $ 35 from CUPS Bounty
Posted on: 2016/7/12 11:01
Edited by tomek on 2016/7/12 11:30:13
Edited by tomek on 2016/7/12 11:49:54 Edited by tomek on 2016/7/12 11:51:26 |
|||
|
||||
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.






