Мы знаем, что scrapy может реализовывать почтовые запросы, переписав функцию start_request, поэтому scrapy_redis?
Вы можете переписать start_requests, а затем вернуть self.next_requests(), как scrapy-redis делает:
start_requests
self.next_requests()
scrapy-redis
https://github.com/rmax/scrapy-redis/blob/master/src/scrapy_redis/spiders.py#L18