Can't see Mailchimp IP addresses [closed] - mailchimp

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I need the IP addresses of Mailchimp to send it to our IT provider but is it correct there aren't any on this page? The link is here: http://mailchimp.com/about/ips/
I've send support mail to the company but with the timezone difference, I can't wait that long...
Thanks in advance!
*update
Why is this voted down? More clear then this is impossible, it's what Mailchimp tells me to do.
My situation:
1) I send e-mails from Mailchimp to my company mailbox
2) Mails are blocked by anti-spam filter of the company
3) Mailchimp tells me here: http://mailchimp.com/about/ips/ that I have to deliver their IP addresses to my IT company
4) There aren't any on the page, so I ask StackOverflow to help me...

Here's Mailchimps XML feed of their IP addresses Mailchimp IP Address XML Feed
72.­26.195.64/27
74.­63.47.96/27
173­.231.138.192/27
173­.231.139.0/24
173­.231.176.0/21
173­.231.184.0/21
205­.201.128.0/20
198­.2.128.0/18
Updated: September 2013

Related

Is it possible to have discord.py send a message in a specified channel if a certain website goes down (and then another when it's back up)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm new to stack overflow but it seems like a good place to ask.
I want my discord bot to send a message in a channel if a website goes down and then another when it comes back up. I don't want it constantly sending messages, only if it receives an error (like a 404, gateway error or if the connection times out) 3 times in a row (to avoid false messages) then another one when it goes back up. I've tried google but had no luck finding anything
Thanks in advance for any help!
You can use the website isitdownrightnow for this. You can get the html code with BeautifulSoup and check if the site is down. Then you can use tasks for checking the website periodically.

Does Orange API sms sends messages to Etisalat and Vodafone? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
I tried to send an sms to Orange phone number and it was sent successfully! but when i tried to send to Etisalat or Vodafone number there weren't sent and the bundle decreased by two.
does orange API sms sends sms messages to Etisalat and Vodafone ?
Thank you!
For which country are you referring to?
If it's Egypt, then you would need to send proof of company documents for whitelisting to contact.developer#orange.com to be able to send to other operators.
This is local legislation for Egypt.
Regards,
D
As #Dharmesh said I have been trying so hard but you should send government and registration papers to company developer mail contact.developer#orange.com so that your messages reached outside orange operator.
As they added more detail here :
To send SMS to other operators in Egypt, after the approval of your sender names follow the steps in this document

best approach to implement this email service [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am working on a website in Spring, My website gathers info of jobs positions as well the email to which to send applicant resume to (e.g jobs#microsoft.com)
I want users to be able to send emails thru my website to different jobs positions emails, Sending emails thru the website system will send a designed html email to the job email.
So how would I implement it? Should I find unlimited email hosting and create an account for each user? (does that even exist with combination of spring?)
or is there some other way without asking the user for his email and password (nobody in their right mind will trust that.).
what about spam filters? If I create a new domain and open new email accounts will I be considered as spam?
Almost certainly you'll want a single email account to send the messages, but can use the "reply-to" parameter to have replies go to the user sending the application resume if desired. GMail (or other public mailing service) can be configured for this purpose, see the mailSender object and MailManagerImpl class in my open source project for a working example of using Gmail with Spring’s email support.

Pop alert on sending mail to external domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions must demonstrate a minimal understanding of the problem being solved. Tell us what you've tried to do, why it didn't work, and how it should work. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Whenever any user is sending mail to external id there should be a Pop up while sending mail to external email IDs.
You have to make some changes to your Notes Mail template on server and update all user mail databases with the template.
How to add requested functionality to Notes mail template?
Open Notes Mail template in Designer and go to form "Memo". Look here for the event Querysend() or Postsend().
Add your code to Querysend() if you want to "warn" the user that he's going to send an email outside company. You could ask user if he wants to send email anyway. In case of YES leave Querysend() with true in case of NO with false.
Add your code to Postsend() if you just want to notice user about sending an email outside company.
The code itself should look at the fields SendTo, CopyTo and BlindCopyTo and decide if it is an external email address included or not. If yes it shows a prompt box with the help of Prompt or MessageBox.
If you use Querysend() event then you have to write your code in LotusScript because there is already code included. Only in case of Postsend() you are able to use Formula language (#Prompt()) or JavaScript (alert()) alternative.
When your changes work for form "Memo" then you have to put same code in forms "Reply" and "Reply With History" and maybe in some other memo forms in own applications too.

Not receiving sales order emails [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am testing a Magento 1.6.2 installation, by making some test orders.
When the payment has gone through (via PayPal Standard), I get the order email sent to the customer and also the payment confirmation from PayPal, but I am not getting the emails to the store owner via Magento, i.e. the order email with the customers billing/shipping address and what
I have set the emails in System -> Configuration -> Sales Emails, but nothing is coming through.
Is there any other settings that need to be configured?
how are configure the smtp of your server. You can install a external smtp with the extension http://www.magentocommerce.com/magento-connect/aschroder-com-smtp-pro-email-free-and-easy-magento-emailing-for-smtp-gmail-or-google-apps-email.html an send the transaction email through gmail for example.
Check system > configuration > system > mail sending settings
"disable email" should be "no"
if not working, your web host may need some extra configuration to send mail out.

Resources