Sha256: 2a1daf5db741d482dc25bcf8f73271f63dd6909055ec28b54dc391930cf11652
Contents?: true
Size: 455 Bytes
Versions: 18
Compression:
Stored size: 455 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 add --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
18 entries across 18 versions & 1 rubygems