Results 1 to 3 of 3

Thread: Email Opt-out doesnt appear to work as expected

  1. #1
    chrish is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    48

    Default Email Opt-out doesnt appear to work as expected

    I have set up the unsubscribe process where people can request to be removed from the email blasts we run. It cant be directly run against the target lists because the server is not accessible from the internet. So we simply get an email as a result of the unsubscribe request and set the opt out flag for the user. The problem we are seeing is that the person is still getting an email sent even though they have the opt out flag set! Surely this is not what we should expect? If the email is set to opt-out on a target why should they still get emailed?

    Chris..

    Sugar Version 5.0.0a
    OS Linux Gentoo
    Edit/Delete Message

    I did have this in the features thread but could not move it!

  2. #2
    robert.blasingame is offline Sugar Community Member
    Join Date
    Sep 2007
    Posts
    24

    Default Re: Email Opt-out doesnt appear to work as expected

    Go to /modules/EmailMan/EmailMan.php and verify that the following around line 740-745. We had the same problem and it was due to the upgrade from 4.5.1 to 5.0 where they change the values to 'on' / 'off' versus 'yes'/'no' or '1'/'0'.

    PHP Code:
               if (isset($module->email_opt_out) && ($module->email_opt_out == 'on' || $module->email_opt_out == 1)) { 

  3. #3
    ktell is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    33

    Default Re: Email Opt-out doesnt appear to work as expected

    After many hours over weeks of trying to locate solutions for personal IU Mail in 5.0.0e and 5.1.0 I have concluded that this feature is not stable. I have sought input from numerous posts on this forum and none have solved the problem of a personal email setup in IU Email setup of not being able to open emails. The emails download fine but when they are opened only reveals subject of "message removed from server". In fact the message has not been removed from server. This is a flaw in 5.0.0e and 5.1.0 that I have evaluated. I regressed to version 4.5.1 and all works fine. I am writing this to assist others should they be struggling with same issue so that they may not waist the many hours that I have to discover that versions 5.0.0e and 5.1.0 are not usable for personal emails.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. email marketing feature requests
    By maxsutter in forum Feature Requests
    Replies: 1
    Last Post: 2008-10-11, 10:19 AM
  3. Email Opt-out doesnt appear to work as expected
    By chrish in forum Feature Requests
    Replies: 1
    Last Post: 2008-03-04, 10:47 PM
  4. Replies: 0
    Last Post: 2006-12-17, 07:21 PM
  5. Replies: 0
    Last Post: 2006-04-01, 10:52 AM

Bookmarks

Posting Permissions

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