Sha256: 883e46ef5bc5a9d84e3adb59cea7c0b3be5cda5c4bb392bac66f697b61134340
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
#!/bin/sh source remove_temp_directories.sh echo "Create a MyEmailProject" hyla new -b -d ~/hyla/MyEmailProject --force cd ~/hyla/MyEmailProject echo "Add an artefact - asciidoc with images" hyla create --a image --d ~/hyla/MyEmailProject echo "Generate HTML content" hyla generate -r adoc2html -s ~/hyla/MyEmailProject/ -d ~/hyla/MyEmailProject/generated_content # ?? Find a way to add SMTP Server, user, password ?? echo "Send email" #hyla sendmail
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyla-1.0.3 | documentation/scripts/sendmail.sh |