* Backend ability to add custom email "alias's" that give you a
"label" and then the option of sending emails to one or more email
addresses (or groups, depending on how your mail server is set up).
* Backend ability to see logs of mailto usage
* Frontend ability to optionally select one of the mail alias's from a
list (rather than typing in an email)
The target audience is intranets and large organisations where people
would want to send an article link to work mates (as long as IT has
set up an alias for them - Toowoomba Regional Council has sponsored
this work and using it for this purpose). Other applications could
allow for people to "report" an article, using the mailto feature and
having a drop down alias to "Correction needed" or whatever.
So, for example. In the backend, you add a Mail Alias called "Correct
article" and point it to "corre...@example.com". This will show in
the mailto form on the frontend. The real email address will never
display, but if the user selects this, they don't have to type in a
manual email address - they just add a subject and a message body.
This saves round-a-bout solutions using the contact form.
Does anyone think this is remotely useful and would be a good addition
to the core Joomla code (for 3.0 min)? - everyone that hated User
Notes and missed their chance to officially jump up and down, I'm
looking at you :P If so, I can look at allocating time to tidy this
up for 3.0. If not, it can gather dust in a public repo safe from any
controversy :) I'm completely indifferent, but I think it does make
the mailto component somewhat more functional than it is now.
Regards,
Andrew Eddie
--
---
Goyat LLC, Yokohama, Japan
Norito H.Yoshida 吉田憲人
幸福は香水のごときものである
人に振りかけると
自分に必ずかかる
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To post to this group, send an email to joomla-...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
Some people didn't like user notes, not close to "everyone" although I'm sure it feels like that.
Actually it's difficult to add as a JED extension because of the
coupling to the mail button in the layouts. So, I could provide an
installable com_mailto, but that would then blown away, potentially by
each Joomla upgrade (first law of Joomla: thou shalt not hack core).
The other option is to make it com_mailto2 but then the user has to
modify put in layout overrides. So, I'm a bit lost as to how to post
improvements to a core component on the JED (isn't that what feature
submission is for?). If you successfully lobby to get com_mailto
taken out, that would open that option up for me :)
Anyway, I'll post the code updates as they become available and
someone can take it and run with it if they want. 3.0 seems to be a
bit rudderless at the moment in terms of what the community thinks it
should or shouldn't be and it just takes too much effort to argue the
toss :)
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
On 28 February 2012 10:39, Peter van Westen <peterva...@gmail.com> wrote:
> Seems to me - at this stage - like a nice 3rd party extension you can put up on the JED. Don't see the necessity to put this in core...
>
> --
> You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
> To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-cms/-/A0jofVJNsIwJ.
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
But anyway, removing com_mailto is ok, but then you have to put back
some better mechanism for a developer to add buttons for content where
the print and mail-to icon set is now. I doubt that would be hard but
it's the only thing holding me back from releasing this as a
standalone component.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
The mailto component is different from the mass mail feature in the
backend. This doesn't allow for mailing to whole groups of people
(although I suppose it could be set up for abuse by spammers, but
then, they could do that on your server anyway). For what it's worth
com_mailto should be converted into a more generic com_share component
that allows for sharing by mail and other social metrics. Personally
I think that's an important feature that should be in the core, but
that's just me.But anyway, removing com_mailto is ok, but then you have to put back
some better mechanism for a developer to add buttons for content where
the print and mail-to icon set is now. I doubt that would be hard but
it's the only thing holding me back from releasing this as a
standalone component.Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
On 29 February 2012 02:30, David de Boerrote:
> Gary, I did not think about that.
>
> As an extension developer with a newsletter extension in the JED, I can
> second that. When com_mailto, or the new version would be used for larger
> lists/groups that will cause issues on shared hosts. So batch sending or
> sending via cron would need to be implemented. I can follow Gary's thinking
> and see where this would add a lot of extra support questions and issues to
> the default Joomla! package, without the dedicated support people get when
> they use a newsletter extension.
>
> Kind regards
> David-Andrew de Boer
> Chill Creations
>
>
>
> On Tue, Feb 28, 2012 at 4:15 PM, Gary Jay Brooks
>> To post to this group, send an email to joomla-dev-cms@googlegroups.com.
>> To unsubscribe from this group, send email to
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! CMS Development" group.
> To post to this group, send an email to joomla-dev-cms@googlegroups.com.
> To unsubscribe from this group, send email to
Interesting you should say that because I think adding "social"
features would be a good to be in the vision for 3.x and having a plan
to turn com_mailto into a fully fledged and flexible sharing tool
would be great.
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To post to this group, send an email to joomla-...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers