Has anyone figured out how to configure zend-mail for sending SMTP email? Surely, surely the Elgg end user doesn't have to download, install and then configure the zend framework IDE via Composer, surely. I have been working on this problem for a while now, today is day number ten, frankly speaking this is getting to be seriously frustrating.
Is there a file that I can edit in order to use the Elgg built-in email function?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly

iionly - 1 like
- Claudius@10Steve01

Claudius - 0 likes
- Claudius@10Steve01

Claudius - 0 likes
- Sarath@sarathsince85

Sarath - 0 likes
You must log in to post replies.Which Elgg version are you using?
The latest version of Elgg have the config option for smtp in settings.php in the elgg-config folder:
You would have to uncomment the config options. $CONFIG->emailer_transport would have to be smtp. And the array entries to be set in $CONFIG->emailer_smtp_settings depend on the smtp server you intent to use.
Thank you ever, ever so much, this is exactly what I was looking for!
Exactly the hint I was looking for, I certainly do thank you for your attention in answering this post.
@Claudius: please update if its working for you. For me it was not working even after making those changes.
Please see Configuring SMTP settings : Elgg.org