SMTP help or some ideas

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
Aloa
Forum Newbie
Posts: 1
Joined: Wed Nov 14, 2007 1:36 pm

SMTP help or some ideas

Post by Aloa »

Hi all,

I have php newsletter and own server.
Ubuntu 7.10 php5 sendmail mysql etc.

My setup is good and work fine for me. Problems come when try to use DomainKeys.
After setup for DomeinKeys and DKIM .. when try to send mail from command line using mutt everything is OK.
Yahoo and Google check DomainKeys and DKIM and say good.

When using Swift_Connection_NativeMail - PHP mail function mails is valid and verification is good.
But if i try to use Swift_Connection_SMTP .. verifications is bad ( bad sing) ..

Try again using mutt to send mail from smtp 25 .. DomainKeys are good say Yahoo ..
Strange situation ..

Any help or ideas why using Swift_Connection_SMTP verification is bad ?

Thanks in advance,
Aloa
Post Reply