EMAIL FROM NOTES
not a plugin but a good workaround: (couldnt find a plugin for this or an already included functionality so i did this)
Modify your shortcuts.xml to be able to send email using lotus notes (by default it has only outlook support)
locate your shorctus.xml file (either in program directory or %appdata%\notepad++ folder depending on your installation.
add the following to user defined commands: notes mailto:?attach=$(FULL_CURRENT_PATH)
will mkae ctrl+alt+shift+N to send an email with lotus notes with current text file as attachment,
IMPORTANT: notepad++ MUST BE CLOSED and you must use something else to edit the file or it will be replaced with defaults after closing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
EMAIL FROM NOTES
not a plugin but a good workaround: (couldnt find a plugin for this or an already included functionality so i did this)
Modify your shortcuts.xml to be able to send email using lotus notes (by default it has only outlook support)
locate your shorctus.xml file (either in program directory or %appdata%\notepad++ folder depending on your installation.
add the following to user defined commands:
notes mailto:?attach=$(FULL_CURRENT_PATH)
will mkae ctrl+alt+shift+N to send an email with lotus notes with current text file as attachment,
IMPORTANT: notepad++ MUST BE CLOSED and you must use something else to edit the file or it will be replaced with defaults after closing.