sandstormports / wordpress-sandstorm

WordPress Sandstorm package
Apache License 2.0
4 stars 3 forks source link

Sending emails from wordpress #8

Open xet7 opened 6 years ago

xet7 commented 6 years ago

From @JamborJan on October 31, 2015 14:46

To make use of a contact form it would be required that the sandstorm port of wordpress is able to send emails. I know that this will be one of the drivers being available later.

It would be cool that smtp connections would be allowed e.g. with this plugin: https://downloads.wordpress.org/plugin/easy-wp-smtp.zip

With the mentioned extension I have the following problem:

bildschirmfoto 2015-10-31 um 15 42 44

bildschirmfoto 2015-10-31 um 15 43 44

As I'm not quite sure how the sandstorm port of wordpress is build I don't know which of the solutions posted here https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting might work.

Is there any plan of allowing to send emails by wordpress e.g. for contact forms?

Thanks!

Copied from original issue: dwrensha/wordpress-sandstorm#12

xet7 commented 6 years ago

From @meitar on April 24, 2016 18:56

Ahh, this seems similar to sandstorm-io/sandstorm#1902. In fact, maybe this tracker is the appropriate place for that other issue.

xet7 commented 6 years ago

From @dwrensha on April 25, 2016 20:3

Hi! I think it would be possible to get this to work the same way that the RoundCube app works: by using the "sandstorm SMTP bridge", which in turn uses HackEmailSession. To get WordPress to talk to the SMTP bridge we would need to make sure that php.ini has appropriate configuration.

So far, I've been hesitant to hook this up until we have proper powerbox support, so that the user would have the option of denying the email-sending capability.

xet7 commented 6 years ago

From @meitar on April 25, 2016 20:5

@dwrensha Can you elaborate on "powerbox support"? (Or link me to an explanation?) I'd be willing to look into this myself because lack of emails from WordPress are a showstopper for my use case.

Thanks again!

xet7 commented 6 years ago

From @dwrensha on April 25, 2016 23:30

There's some explanation about the powerbox here.