Topic: email testing from local development enviorment

Hello everyone!,

I want to test email from my local machine, and i am using MAMP. I found couple of article online explaining this. I need go and edit /etc/postfix/main.cf file and add a line.

relayhost = smtp.example.com

Article says,
smtp.example.com is an example smtp server. It's different depending on your internet provider. I'm at Harvard now, so mine is: smtp.fas.harvard.edu.

What would be our smtp server?

Thanks, Noushad

Re: email testing from local development enviorment

xaitax@w00t:~$ dig MX flipcorp.com | grep MX 
; <<>> DiG 9.7.0-P1 <<>> MX flipcorp.com
;flipcorp.com.            IN    MX
flipcorp.com.        1897    IN    MX    10 zimbra.flipcorp.com.

For flipcorp.com, it would be zimbra.flipcorp.com