Skip to content

Commit

Permalink
Merge pull request #634 from plone/ploneformgen-script-deprecated
Browse files Browse the repository at this point in the history
secureSend has been deprecated. To use send
  • Loading branch information
jensens committed Jun 2, 2016
2 parents 45d4573 + 4fa1d4f commit 3b30112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Example script
source = "[email protected]"
receipt = "[email protected]"

mailhost.secureSend(message, receipt, source, subject=subject, subtype='plain', charset="utf-8", debug=False, )
mailhost.send(message, receipt, source, subject=subject, charset="utf-8", )

0 comments on commit 3b30112

Please sign in to comment.