|
I want to configure SMTP on my web server, so that any email sent through the SMTP server is relayed to a remote SMTP Server. The IIS SMTP server would have to use SMTP authentication, and use the host name, username and password (as if configuring a ...
Started by Andrew Rimmer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
_considerations/Configuring_the_SMTP_Server.htm
I think you can only set outbound relays
EDIT: I've not done this before, buy maybe worth....
Tab, you then click Advanced and enter the remote SMTP server name in the SmartHost field.
|
|
I am trying to setup windows server 2008 smtp server to relay emails to gmail smtp. Everything appears to be setup but it is not sending emails. Could you please help me figure out whats wrong.
Below is the setup:
Windows server 2008 with SMTP server ...
Started by mamu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Cheers!
Dave
www.advancedintellect.com
Possible reasons are that some SMTP.
There may be something in there.
You may also want to try and enable logging on the SMTP service.
To the possible problem.
|
|
I'm going to have my website hosted soon on a VPS or dedicated server (with Windows 2008), so I'm trying to plan ahead. I wonder whether the built-in SMTP server that comes with IIS7 is reliable enough for a production server or should I look for an alternative...
Started by Waleed Eissa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
IIS smtp efficient, and not the....
If you mainly need to send mail, then your best bet is to use an upstream smtp server.
You might end up split it to a linux based smtp though, that gives you some flexibility on server.
|
Ask your Facebook Friends
|
What are the things to check to make sure my server's SMTP can be used by PHPMailer similar to that when I'm using GMail's SMTP?
Started by Randell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Http://www.mxtoolbox.com/
Use this site to verify your server is ok as seen from the outside application use username/password....
Also worth to use smtp-s even if it is overhead.
Authentication? It is good to see who wants to send that mail .
|
|
For some reason the iis smtp server and php are not communicating properly. I have verified that the smtp is working by telneting to it and doing the mail commands and I'm able to receive an email. In addition, I followed this link http://support.microsoft...
Started by warhorse25 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your log file is blank, ....
Not really a direct answer, but you know that by default SMTP logging is not on and you need if logging is enabled, as SMTP startup/initialization will generate log entries, regardless to any other activities.
|
|
I was planning to use the SMTP server that comes with IIS7 (for a website) but then I came across this link and started to get worried (read the accepted solution), on the other hand I have a limited budget and I can't afford to buy MS Exchange or another...
Answer Snippets (Read the full thread at serverfault):
You should see what the response is without using the pickup folder will be driven to another type of server....
We've used IIS SMTP in the past, but when control over various SMTP settings.
I would definitely go with the hMailServer option.
|
|
There is an application that cannot use GMail SMTP with authentication.
I want to know if there is a possibility to create a local proxy SMTP server that will send mail via GMail? So I can assign this local server for applicaiton.
Started by AlfeG on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Asides:
1) Do you really need to send it through GMail's SMTP.
You might want to hand the message off to a simple script that can handle SMTP-Auth, any major scripting language can do this.
Needs.
|
|
As in title, do outgoing smtp servers need to have assigned domains?
Started by zimekzimny on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Which means, the answer to the question in your title is - generally, yes. .
Scoring an SMTP relay.
|
|
How can I add a domain to an IIS 6 SMTP server so that it will relay for that domain?
eg. If I have an email (from address: test@test.com) coming over the net from a server with IP address 1.2.3.4 how can I set my SMTP server to relay this email.
Currently...
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I do not believe the IIS SMTP service addresses which are allowed....
IIS SMTP to use the SMTP service, under Properties>Access IIRC.
I'm guessing that your server sending the mail is different to the one relaying the mail.
|
|
Hi,
I'm setting up an SMTP server behind NAT. I'm a bit confused about the DNS requirements as I thought I could just setup the SMTP server and allow connections from the internal IP address on the machine and it would send out emails fine.
Now, I can...
Started by wows on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
server/
Does your ISP allow you to send out SMTP traffic? a lot of ISPs block this; to check try to open outbound SMTP traffic, or configure you SMTP server to relay mail through the ISP's SMTP how many different....
|