Email-issue with google cloud postfix-sendgrid

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ram.k
Posts: 2
Joined: 10 Dec 2016, 10:04

Email-issue with google cloud postfix-sendgrid

Post by ram.k »

Hi
I installed mantis in google cloud instance , but mail not sending from mantis,
I have
1)installed postfix with sendgrid credentials and mail is sending via console is success
https://cloud.google.com/compute/docs/ ... -sendgrid
2)i changed the mantis/config/config_inc.php mail setting by replacing the smtp details from sendgrid

https://sendgrid.com/docs/Integrate/index.html
[issue]
like
$g_phpMailer_method=PHPMAILER_METHOD_SMTP
$g_smt_host= smt.sendgrid.net
$g_smt_conenction_mode ='tls'
$g_smt_port : 587
$g_smtp_username ='sendgrid user name'
$g_smtp_pasword; "sendgrid password"


No Error showing ,But No mail is sending from mantis,
[/issue]

please help it is urgent
ram.k
Posts: 2
Joined: 10 Dec 2016, 10:04

Re: Email-issue with google cloud postfix-sendgrid

Post by ram.k »

I have fixed the issue by updating the port number as 2525
http://stackoverflow.com/questions/2685 ... -times-out

now the mail is working fine :D :D :D
Post Reply