Emails no longer coming. - Post ID...

User 103173 Photo


VP of Software Development
0 posts

Steve Emery wrote:
@Viv - Thanks for the suggestion vs. Sdrive but these forms are https: forms on my domain including one for payment gateway. Have looked at S drive previously and do not think it will work?

Using HTTPs on forms really does not provide any extra security. All the information is still transmitted over email which is not secure. If you have payments enabled, the merchant will be taking care of all the transactions and they will use HTTPS there.

The only way you could take advantage of HTTPS is if you turn email and csv logging off and store the data into MySQL.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 574966 Photo


Registered User
27 posts

These system do not use email for any sensitive info. I redirect your form POST directive to an intermediary PHP file that interfaces with the payment gateway, etc. I use the email portion of CC webform to let me and the user know that something has happened.

I do not recommend anyone use email for anything sensitive.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.