Page 1 of 2 12 LastLast
Results 1 to 15 of 26

Thread: Mail services

  1. #1
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3

    Mail services

    Hey ya'll... I'm looking to send out simple messages to a selected group of system users. As such, I need a mail service that can take a dynamic user list and send a static email to that user. I'm pretty busy, so don't have much time to read all of the API doco or all of these services. This is mainly because all I seem to be able to find are services that require cohorts to be set up.

    Any experiences/recommendations?
    I didn't think!!! I experimented!!!

  2. #2
    Join Date
    6th May 2012 - 10:41
    Bike
    invisibike
    Location
    pulling a sick mono
    Posts
    6,057
    Blog Entries
    4
    Quote Originally Posted by mashman View Post
    Hey ya'll... I'm looking to send out simple messages to a selected group of system users. As such, I need a mail service that can take a dynamic user list and send a static email to that user. I'm pretty busy, so don't have much time to read all of the API doco or all of these services. This is mainly because all I seem to be able to find are services that require cohorts to be set up.

    Any experiences/recommendations?
    on any linux cli, type "man mail"

  3. #3
    Join Date
    24th February 2010 - 21:01
    Bike
    2007 Suzuki SV1000s
    Location
    Wellington
    Posts
    728
    a quick google found this ...

    http://www.techrepublic.com/blog/fiv...-applications/

    You could write something small in java that does it too.

  4. #4
    Join Date
    7th January 2014 - 14:45
    Bike
    Not a Hayabusa anymore
    Location
    Not Gulf Harbour Either
    Posts
    1,460
    What platform is this going to be on?

    Linux/Unix/Wintel etc?
    Physics; Thou art a cruel, heartless Bitch-of-a-Mistress

  5. #5
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3
    Quote Originally Posted by BuzzardNZ View Post
    a quick google found this ...

    http://www.techrepublic.com/blog/fiv...-applications/

    You could write something small in java that does it too.
    Quote Originally Posted by TheDemonLord View Post
    What platform is this going to be on?

    Linux/Unix/Wintel etc?
    Quote Originally Posted by Akzle View Post
    on any linux cli, type "man mail"
    JSON would be preferable, but meh, will likely just dig further into Mandrill (pun intended), but likely won't as it looks to be cohort driven.

    I didn't think!!! I experimented!!!

  6. #6
    Join Date
    7th January 2014 - 14:45
    Bike
    Not a Hayabusa anymore
    Location
    Not Gulf Harbour Either
    Posts
    1,460
    And the Dynamic user list - how/where is this generated? AD/SQL/Other (details would be awesome)
    Physics; Thou art a cruel, heartless Bitch-of-a-Mistress

  7. #7
    Join Date
    31st March 2005 - 02:18
    Bike
    CB919, 1090R, R1200GSA
    Location
    East Aucks
    Posts
    10,434
    Blog Entries
    140
    Quote Originally Posted by TheDemonLord View Post
    And the Dynamic user list - how/where is this generated? AD/SQL/Other (details would be awesome)
    Since when did you ever get details until after you needed them? Then you had to go back to the drawing board. Finally you implemented it and then a few months later the wish list emerged...

    Or one where I really don't want that to happen... 5 years being bounced through managers and key stakeholders to assess needs etc... now held up by budget which we thought was allocated but not...
    Quote Originally Posted by Jane Omorogbe from UK MSN on the KTM990SM
    It's barking mad and if it doesn't turn you into a complete loon within half an hour of cocking a leg over the lofty 875mm seat height, I'll eat my Arai.

  8. #8
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3
    Quote Originally Posted by TheDemonLord View Post
    And the Dynamic user list - how/where is this generated? AD/SQL/Other (details would be awesome)
    It will be sent using JSON requests. There are a number of languages and approaches I can use for that, so just doing a bit of knowledge/experience mining in regards to potential mail services that are around. I merely want to create a template, populate it with an email address, and have it send using my security credentials.

    Where there is a mail limit, budget constraint, I will have to write something to track and send who got what and who's next etc...
    I didn't think!!! I experimented!!!

  9. #9
    Join Date
    7th January 2014 - 14:45
    Bike
    Not a Hayabusa anymore
    Location
    Not Gulf Harbour Either
    Posts
    1,460
    Quote Originally Posted by mashman View Post
    It will be sent using JSON requests. There are a number of languages and approaches I can use for that, so just doing a bit of knowledge/experience mining in regards to potential mail services that are around. I merely want to create a template, populate it with an email address, and have it send using my security credentials.

    Where there is a mail limit, budget constraint, I will have to write something to track and send who got what and who's next etc...
    Well - it could be done in Powershell script or as a Batch File - invoked by a Scheduled task, Logging would be limited (output a list of succesful sends to CSV) but if Budget is your main factor - I'd go that way.
    Physics; Thou art a cruel, heartless Bitch-of-a-Mistress

  10. #10
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3
    Quote Originally Posted by TheDemonLord View Post
    Well - it could be done in Powershell script or as a Batch File - invoked by a Scheduled task, Logging would be limited (output a list of succesful sends to CSV) but if Budget is your main factor - I'd go that way.
    I have the tools I need, I can't find the service.
    I didn't think!!! I experimented!!!

  11. #11
    Join Date
    6th May 2012 - 10:41
    Bike
    invisibike
    Location
    pulling a sick mono
    Posts
    6,057
    Blog Entries
    4
    srsly. Mail.
    Smtp through your isp/host.
    Pipe your list, message, press enter. Donesies.

  12. #12
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3
    Quote Originally Posted by Akzle View Post
    srsly. Mail.
    Smtp through your isp/host.
    Pipe your list, message, press enter. Donesies.
    The downside to that is that I have to design and build every email template and all templates in the future. Not my idea of fun, and something that sales and marketing would like to do.
    I didn't think!!! I experimented!!!

  13. #13
    Join Date
    7th January 2014 - 14:45
    Bike
    Not a Hayabusa anymore
    Location
    Not Gulf Harbour Either
    Posts
    1,460
    Quote Originally Posted by Akzle View Post
    srsly. Mail.
    Smtp through your isp/host.
    Pipe your list, message, press enter. Donesies.
    Eugh - Never use ISP Mail.

    I'd just setup IIS SMTP - and let the Box send the email directly.

    But I suspect I've missed something in the requirement.
    Physics; Thou art a cruel, heartless Bitch-of-a-Mistress

  14. #14
    Join Date
    6th May 2008 - 14:15
    Bike
    She resents being called a bike
    Location
    Wellllie
    Posts
    1,494
    Blog Entries
    3
    Quote Originally Posted by TheDemonLord View Post
    Eugh - Never use ISP Mail.

    I'd just setup IIS SMTP - and let the Box send the email directly.

    But I suspect I've missed something in the requirement.
    You have... and don't worry your pretty little head about that which is irrelevant to my needs. I need the service!
    I didn't think!!! I experimented!!!

  15. #15
    Join Date
    7th January 2014 - 14:45
    Bike
    Not a Hayabusa anymore
    Location
    Not Gulf Harbour Either
    Posts
    1,460
    Quote Originally Posted by mashman View Post
    You have... and don't worry your pretty little head about that which is irrelevant to my needs. I need the service!
    Unbecomming...

    But I think what you are after is something like MailChimp: http://mailchimp.com

    We've used it before as part of a CRM solution and it worked for what we needed at that time.
    Physics; Thou art a cruel, heartless Bitch-of-a-Mistress

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •