E
E
entrepreneur_13rus2014-10-25 13:45:57
Email
entrepreneur_13rus, 2014-10-25 13:45:57

How to rotate ip and send emails from the same domain?

There is one domain. There is a VPS host. centos 6.5.
Task: to fasten 100 ip to what is available and do mass mailings.

Actually, a question, friends. How to do it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
brutal_lobster, 2014-10-25
@brutal_lobster

It is possible by means of iptables CONNMARK + SNAT. Those. mark each outgoing connection with your label and change the source address depending on the label.

A
Alexander Chernykh, 2015-09-23
@sashkets

spammer, right? then I won't tell you

B
Billy Milligan, 2016-12-12
@Neonoviiwolf

That's right, DrawerItemClickListener and ListView.OnItemClickListener don't have getSupportFragmentManager().
Alternatively, you can do this:

public class DrawerItemClickListener implements ListView.OnItemClickListener {
        FragmentTransaction transaction;
        FragmentManager manager;
        AbstractionFragment createMenuFragment;
        AbstractionFragment watchProgressFragment;
        AbstractionFragment settingMenuFragment;

        public DrawerItemClickListener(FragmentManager m) {
            manager = m;
            transaction = manager.beginTransaction();
            createMenuFragment = new CreateMenuFragment();
            watchProgressFragment = new WatchProgressFragment();
            settingMenuFragment = new SettingMenuFragment();
        }

    ...
    }

Accordingly in onCreate()
The question is incorrect "How to work with fragments?" It's not about fragments. I see that they just started writing in java. In order to understand what is happening there, I advise you to read about inheritance and the listener pattern.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question