Answer the question
In order to leave comments, you need to log in
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
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.
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();
}
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question